Dark Red — 11-step color scale
Dark Red (#8b0000) sits at 500, untouched. Every other step is Dark 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 Dark Red in the generator
For text that needs to pass AA on white, 400, 500, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300 do.
Semantic colors from Dark Red
Success, warning, error and the rest are derived from Dark 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 | 12.4 | 15.9 | 50.2 |
| warning | 6.1 | 2.8 | 2.0 |
| error | 22.9 | 17.7 | 16.6 |
| discovery | 48.2 | 54.1 | 50.5 |
| info | 35.9 | 41.8 | 47.5 |
| neutral | 18.4 | 18.7 | 22.6 |
The warning suggestion starts out colliding with Dark Red under Tritanopia — ΔE₀₀ 2.0, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.
Export Dark 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: #f6ebeb;
--color-color-100: #e3c2c2;
--color-color-200: #d19999;
--color-color-300: #be7070;
--color-color-400: #a23333;
--color-color-500: #8b0000;
--color-color-600: #6f0000;
--color-color-700: #4e0000;
--color-color-800: #380000;
--color-color-900: #210000;
--color-color-950: #0b0000;
}$color-color-50: #f6ebeb;
$color-color-100: #e3c2c2;
$color-color-200: #d19999;
$color-color-300: #be7070;
$color-color-400: #a23333;
$color-color-500: #8b0000;
$color-color-600: #6f0000;
$color-color-700: #4e0000;
$color-color-800: #380000;
$color-color-900: #210000;
$color-color-950: #0b0000;export const color = {
50: '#f6ebeb',
100: '#e3c2c2',
200: '#d19999',
300: '#be7070',
400: '#a23333',
500: '#8b0000',
600: '#6f0000',
700: '#4e0000',
800: '#380000',
900: '#210000',
950: '#0b0000',
};{
"color": {
"50": "#f6ebeb",
"100": "#e3c2c2",
"200": "#d19999",
"300": "#be7070",
"400": "#a23333",
"500": "#8b0000",
"600": "#6f0000",
"700": "#4e0000",
"800": "#380000",
"900": "#210000",
"950": "#0b0000"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9647058823529412,
0.9215686274509803,
0.9215686274509803
],
"alpha": 1,
"hex": "#F6EBEB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8901960784313725,
0.7607843137254902,
0.7607843137254902
],
"alpha": 1,
"hex": "#E3C2C2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8196078431372549,
0.6,
0.6
],
"alpha": 1,
"hex": "#D19999"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7450980392156863,
0.4392156862745098,
0.4392156862745098
],
"alpha": 1,
"hex": "#BE7070"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6352941176470588,
0.2,
0.2
],
"alpha": 1,
"hex": "#A23333"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5450980392156862,
0,
0
],
"alpha": 1,
"hex": "#8B0000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.43529411764705883,
0,
0
],
"alpha": 1,
"hex": "#6F0000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3058823529411765,
0,
0
],
"alpha": 1,
"hex": "#4E0000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2196078431372549,
0,
0
],
"alpha": 1,
"hex": "#380000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.12941176470588237,
0,
0
],
"alpha": 1,
"hex": "#210000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.043137254901960784,
0,
0
],
"alpha": 1,
"hex": "#0B0000"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}