Light Blue — 11-step color scale
Light Blue (#add8e6) sits at 500, untouched. Every other step is Light Blue 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 Light Blue in the generator
For text that needs to pass AA on white, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600 do.
Semantic colors from Light Blue
Success, warning, error and the rest are derived from Light Blue 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 | 18.7 | 17.7 | 9.1 |
| warning | 25.1 | 27.6 | 41.5 |
| error | 18.0 | 21.4 | 47.0 |
| discovery | 11.7 | 10.6 | 10.6 |
| info | 25.9 | 26.7 | 26.1 |
| neutral | 12.4 | 12.1 | 15.2 |
The success suggestion starts out colliding with Light Blue under Tritanopia — ΔE₀₀ 9.1, below the 11 threshold — so the engine shifts its hue within the success family until the pair pulls apart again.
Export Light Blue
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: #f8fcfd;
--color-color-100: #ebf6f9;
--color-color-200: #deeff5;
--color-color-300: #d1e9f1;
--color-color-400: #bde0eb;
--color-color-500: #add8e6;
--color-color-600: #8aadb8;
--color-color-700: #617981;
--color-color-800: #45565c;
--color-color-900: #2a3437;
--color-color-950: #0e1112;
}$color-color-50: #f8fcfd;
$color-color-100: #ebf6f9;
$color-color-200: #deeff5;
$color-color-300: #d1e9f1;
$color-color-400: #bde0eb;
$color-color-500: #add8e6;
$color-color-600: #8aadb8;
$color-color-700: #617981;
$color-color-800: #45565c;
$color-color-900: #2a3437;
$color-color-950: #0e1112;export const color = {
50: '#f8fcfd',
100: '#ebf6f9',
200: '#deeff5',
300: '#d1e9f1',
400: '#bde0eb',
500: '#add8e6',
600: '#8aadb8',
700: '#617981',
800: '#45565c',
900: '#2a3437',
950: '#0e1112',
};{
"color": {
"50": "#f8fcfd",
"100": "#ebf6f9",
"200": "#deeff5",
"300": "#d1e9f1",
"400": "#bde0eb",
"500": "#add8e6",
"600": "#8aadb8",
"700": "#617981",
"800": "#45565c",
"900": "#2a3437",
"950": "#0e1112"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9725490196078431,
0.9882352941176471,
0.9921568627450981
],
"alpha": 1,
"hex": "#F8FCFD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9215686274509803,
0.9647058823529412,
0.9764705882352941
],
"alpha": 1,
"hex": "#EBF6F9"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8705882352941177,
0.9372549019607843,
0.9607843137254902
],
"alpha": 1,
"hex": "#DEEFF5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8196078431372549,
0.9137254901960784,
0.9450980392156862
],
"alpha": 1,
"hex": "#D1E9F1"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7411764705882353,
0.8784313725490196,
0.9215686274509803
],
"alpha": 1,
"hex": "#BDE0EB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6784313725490196,
0.8470588235294118,
0.9019607843137255
],
"alpha": 1,
"hex": "#ADD8E6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5411764705882353,
0.6784313725490196,
0.7215686274509804
],
"alpha": 1,
"hex": "#8AADB8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3803921568627451,
0.4745098039215686,
0.5058823529411764
],
"alpha": 1,
"hex": "#617981"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.27058823529411763,
0.33725490196078434,
0.3607843137254902
],
"alpha": 1,
"hex": "#45565C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.16470588235294117,
0.20392156862745098,
0.21568627450980393
],
"alpha": 1,
"hex": "#2A3437"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.054901960784313725,
0.06666666666666667,
0.07058823529411765
],
"alpha": 1,
"hex": "#0E1112"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}