Indian Red — 11-step color scale
Indian Red (#cd5c5c) sits at 500, untouched. Every other step is Indian Red composited over white or black at a decreasing opacity, so the whole ramp stays in one hue family instead of drifting toward another color at the ends.
Open Indian Red in the generator
For text that needs to pass AA on white, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500 do.
Semantic colors from Indian Red
Success, warning, error and the rest are derived from Indian Red itself, then checked so they stay distinguishable from the base — and from each other — under the three types of color blindness. The distance below is CIEDE2000 after each simulation.
| Suggested | Protanopia | Deuteranopia | Tritanopia |
|---|---|---|---|
| success | 13.8 | 5.9 | 62.3 |
| warning | 16.8 | 11.3 | 3.3 |
| error | 29.4 | 31.5 | 11.7 |
| discovery | 37.5 | 45.9 | 62.0 |
| info | 30.5 | 39.2 | 58.3 |
| neutral | 13.5 | 13.8 | 20.0 |
The warning suggestion starts out colliding with Indian Red under Tritanopia — ΔE₀₀ 3.3, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.
Export Indian Red
The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.
:root {
--color-color-50: #fbf2f2;
--color-color-100: #f3d8d8;
--color-color-200: #ebbebe;
--color-color-300: #e3a4a4;
--color-color-400: #d77d7d;
--color-color-500: #cd5c5c;
--color-color-600: #a44a4a;
--color-color-700: #733434;
--color-color-800: #522525;
--color-color-900: #311616;
--color-color-950: #100707;
}$color-color-50: #fbf2f2;
$color-color-100: #f3d8d8;
$color-color-200: #ebbebe;
$color-color-300: #e3a4a4;
$color-color-400: #d77d7d;
$color-color-500: #cd5c5c;
$color-color-600: #a44a4a;
$color-color-700: #733434;
$color-color-800: #522525;
$color-color-900: #311616;
$color-color-950: #100707;export const color = {
50: '#fbf2f2',
100: '#f3d8d8',
200: '#ebbebe',
300: '#e3a4a4',
400: '#d77d7d',
500: '#cd5c5c',
600: '#a44a4a',
700: '#733434',
800: '#522525',
900: '#311616',
950: '#100707',
};{
"color": {
"50": "#fbf2f2",
"100": "#f3d8d8",
"200": "#ebbebe",
"300": "#e3a4a4",
"400": "#d77d7d",
"500": "#cd5c5c",
"600": "#a44a4a",
"700": "#733434",
"800": "#522525",
"900": "#311616",
"950": "#100707"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.984313725490196,
0.9490196078431372,
0.9490196078431372
],
"alpha": 1,
"hex": "#FBF2F2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9529411764705882,
0.8470588235294118,
0.8470588235294118
],
"alpha": 1,
"hex": "#F3D8D8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9215686274509803,
0.7450980392156863,
0.7450980392156863
],
"alpha": 1,
"hex": "#EBBEBE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8901960784313725,
0.6431372549019608,
0.6431372549019608
],
"alpha": 1,
"hex": "#E3A4A4"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8431372549019608,
0.49019607843137253,
0.49019607843137253
],
"alpha": 1,
"hex": "#D77D7D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.803921568627451,
0.3607843137254902,
0.3607843137254902
],
"alpha": 1,
"hex": "#CD5C5C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6431372549019608,
0.2901960784313726,
0.2901960784313726
],
"alpha": 1,
"hex": "#A44A4A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.45098039215686275,
0.20392156862745098,
0.20392156862745098
],
"alpha": 1,
"hex": "#733434"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3215686274509804,
0.1450980392156863,
0.1450980392156863
],
"alpha": 1,
"hex": "#522525"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.19215686274509805,
0.08627450980392157,
0.08627450980392157
],
"alpha": 1,
"hex": "#311616"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.06274509803921569,
0.027450980392156862,
0.027450980392156862
],
"alpha": 1,
"hex": "#100707"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}