Cadet Blue — 11-step color scale
Cadet Blue (#5f9ea0) sits at 500, untouched. Every other step is Cadet 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 Cadet 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 Cadet Blue
Success, warning, error and the rest are derived from Cadet 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 | 12.9 | 13.4 | 4.3 |
| warning | 19.2 | 24.9 | 43.3 |
| error | 10.6 | 17.9 | 45.4 |
| discovery | 11.7 | 8.5 | 9.1 |
| info | 8.1 | 6.4 | 2.2 |
| neutral | 5.8 | 5.6 | 10.9 |
The info suggestion starts out colliding with Cadet Blue under Tritanopia — ΔE₀₀ 2.2, below the 11 threshold — so the engine shifts its hue within the info family until the pair pulls apart again.
Export Cadet 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: #f2f7f7;
--color-color-100: #d9e8e8;
--color-color-200: #bfd8d9;
--color-color-300: #a5c9ca;
--color-color-400: #7fb1b3;
--color-color-500: #5f9ea0;
--color-color-600: #4c7e80;
--color-color-700: #35585a;
--color-color-800: #263f40;
--color-color-900: #172626;
--color-color-950: #080d0d;
}$color-color-50: #f2f7f7;
$color-color-100: #d9e8e8;
$color-color-200: #bfd8d9;
$color-color-300: #a5c9ca;
$color-color-400: #7fb1b3;
$color-color-500: #5f9ea0;
$color-color-600: #4c7e80;
$color-color-700: #35585a;
$color-color-800: #263f40;
$color-color-900: #172626;
$color-color-950: #080d0d;export const color = {
50: '#f2f7f7',
100: '#d9e8e8',
200: '#bfd8d9',
300: '#a5c9ca',
400: '#7fb1b3',
500: '#5f9ea0',
600: '#4c7e80',
700: '#35585a',
800: '#263f40',
900: '#172626',
950: '#080d0d',
};{
"color": {
"50": "#f2f7f7",
"100": "#d9e8e8",
"200": "#bfd8d9",
"300": "#a5c9ca",
"400": "#7fb1b3",
"500": "#5f9ea0",
"600": "#4c7e80",
"700": "#35585a",
"800": "#263f40",
"900": "#172626",
"950": "#080d0d"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9490196078431372,
0.9686274509803922,
0.9686274509803922
],
"alpha": 1,
"hex": "#F2F7F7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8509803921568627,
0.9098039215686274,
0.9098039215686274
],
"alpha": 1,
"hex": "#D9E8E8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7490196078431373,
0.8470588235294118,
0.8509803921568627
],
"alpha": 1,
"hex": "#BFD8D9"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6470588235294118,
0.788235294117647,
0.792156862745098
],
"alpha": 1,
"hex": "#A5C9CA"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4980392156862745,
0.6941176470588235,
0.7019607843137254
],
"alpha": 1,
"hex": "#7FB1B3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.37254901960784315,
0.6196078431372549,
0.6274509803921569
],
"alpha": 1,
"hex": "#5F9EA0"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2980392156862745,
0.49411764705882355,
0.5019607843137255
],
"alpha": 1,
"hex": "#4C7E80"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.20784313725490197,
0.34509803921568627,
0.35294117647058826
],
"alpha": 1,
"hex": "#35585A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.14901960784313725,
0.24705882352941178,
0.25098039215686274
],
"alpha": 1,
"hex": "#263F40"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.09019607843137255,
0.14901960784313725,
0.14901960784313725
],
"alpha": 1,
"hex": "#172626"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.03137254901960784,
0.050980392156862744,
0.050980392156862744
],
"alpha": 1,
"hex": "#080D0D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}