Cornflower Blue — 11-step color scale
Cornflower Blue (#6495ed) sits at 500, untouched. Every other step is Cornflower 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 Cornflower 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 Cornflower Blue
Success, warning, error and the rest are derived from Cornflower 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 | 42.0 | 36.8 | 10.2 |
| warning | 53.5 | 55.8 | 66.6 |
| error | 36.5 | 45.1 | 69.2 |
| discovery | 3.2 | 2.2 | 29.1 |
| info | 22.8 | 19.4 | 11.1 |
| neutral | 18.1 | 19.5 | 18.3 |
The discovery suggestion starts out colliding with Cornflower Blue under Deuteranopia — ΔE₀₀ 2.2, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.
Export Cornflower 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: #f3f7fe;
--color-color-100: #dae6fb;
--color-color-200: #c1d5f8;
--color-color-300: #a8c4f5;
--color-color-400: #83aaf1;
--color-color-500: #6495ed;
--color-color-600: #5077be;
--color-color-700: #385385;
--color-color-800: #283c5f;
--color-color-900: #182439;
--color-color-950: #080c13;
}$color-color-50: #f3f7fe;
$color-color-100: #dae6fb;
$color-color-200: #c1d5f8;
$color-color-300: #a8c4f5;
$color-color-400: #83aaf1;
$color-color-500: #6495ed;
$color-color-600: #5077be;
$color-color-700: #385385;
$color-color-800: #283c5f;
$color-color-900: #182439;
$color-color-950: #080c13;export const color = {
50: '#f3f7fe',
100: '#dae6fb',
200: '#c1d5f8',
300: '#a8c4f5',
400: '#83aaf1',
500: '#6495ed',
600: '#5077be',
700: '#385385',
800: '#283c5f',
900: '#182439',
950: '#080c13',
};{
"color": {
"50": "#f3f7fe",
"100": "#dae6fb",
"200": "#c1d5f8",
"300": "#a8c4f5",
"400": "#83aaf1",
"500": "#6495ed",
"600": "#5077be",
"700": "#385385",
"800": "#283c5f",
"900": "#182439",
"950": "#080c13"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9529411764705882,
0.9686274509803922,
0.996078431372549
],
"alpha": 1,
"hex": "#F3F7FE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8549019607843137,
0.9019607843137255,
0.984313725490196
],
"alpha": 1,
"hex": "#DAE6FB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7568627450980392,
0.8352941176470589,
0.9725490196078431
],
"alpha": 1,
"hex": "#C1D5F8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6588235294117647,
0.7686274509803922,
0.9607843137254902
],
"alpha": 1,
"hex": "#A8C4F5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5137254901960784,
0.6666666666666666,
0.9450980392156862
],
"alpha": 1,
"hex": "#83AAF1"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.39215686274509803,
0.5843137254901961,
0.9294117647058824
],
"alpha": 1,
"hex": "#6495ED"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3137254901960784,
0.4666666666666667,
0.7450980392156863
],
"alpha": 1,
"hex": "#5077BE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2196078431372549,
0.3254901960784314,
0.5215686274509804
],
"alpha": 1,
"hex": "#385385"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.1568627450980392,
0.23529411764705882,
0.37254901960784315
],
"alpha": 1,
"hex": "#283C5F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.09411764705882353,
0.1411764705882353,
0.2235294117647059
],
"alpha": 1,
"hex": "#182439"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.03137254901960784,
0.047058823529411764,
0.07450980392156863
],
"alpha": 1,
"hex": "#080C13"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}