Ghost White — 11-step color scale
Ghost White (#f8f8ff) sits at 500, untouched. Every other step is Ghost White 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 Ghost White in the generator
For text that needs to pass AA on white, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600, 700 do.
Semantic colors from Ghost White
Success, warning, error and the rest are derived from Ghost White 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 | 19.9 | 19.5 | 24.0 |
| warning | 24.8 | 24.3 | 27.4 |
| error | 20.1 | 17.7 | 25.6 |
| discovery | 20.8 | 22.0 | 21.2 |
| info | 16.2 | 19.2 | 26.3 |
| neutral | 22.5 | 22.7 | 22.2 |
Every suggested color clears ΔE₀₀ 11 from Ghost White under all three simulations, so nothing needed nudging — the family hues sit far enough from Ghost White on their own.
Export Ghost White
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: #fefeff;
--color-color-100: #fdfdff;
--color-color-200: #fcfcff;
--color-color-300: #fbfbff;
--color-color-400: #f9f9ff;
--color-color-500: #f8f8ff;
--color-color-600: #c6c6cc;
--color-color-700: #8b8b8f;
--color-color-800: #636366;
--color-color-900: #3c3c3d;
--color-color-950: #141414;
}$color-color-50: #fefeff;
$color-color-100: #fdfdff;
$color-color-200: #fcfcff;
$color-color-300: #fbfbff;
$color-color-400: #f9f9ff;
$color-color-500: #f8f8ff;
$color-color-600: #c6c6cc;
$color-color-700: #8b8b8f;
$color-color-800: #636366;
$color-color-900: #3c3c3d;
$color-color-950: #141414;export const color = {
50: '#fefeff',
100: '#fdfdff',
200: '#fcfcff',
300: '#fbfbff',
400: '#f9f9ff',
500: '#f8f8ff',
600: '#c6c6cc',
700: '#8b8b8f',
800: '#636366',
900: '#3c3c3d',
950: '#141414',
};{
"color": {
"50": "#fefeff",
"100": "#fdfdff",
"200": "#fcfcff",
"300": "#fbfbff",
"400": "#f9f9ff",
"500": "#f8f8ff",
"600": "#c6c6cc",
"700": "#8b8b8f",
"800": "#636366",
"900": "#3c3c3d",
"950": "#141414"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.996078431372549,
0.996078431372549,
1
],
"alpha": 1,
"hex": "#FEFEFF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9921568627450981,
0.9921568627450981,
1
],
"alpha": 1,
"hex": "#FDFDFF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9882352941176471,
0.9882352941176471,
1
],
"alpha": 1,
"hex": "#FCFCFF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.984313725490196,
0.984313725490196,
1
],
"alpha": 1,
"hex": "#FBFBFF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9764705882352941,
0.9764705882352941,
1
],
"alpha": 1,
"hex": "#F9F9FF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9725490196078431,
0.9725490196078431,
1
],
"alpha": 1,
"hex": "#F8F8FF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7764705882352941,
0.7764705882352941,
0.8
],
"alpha": 1,
"hex": "#C6C6CC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5450980392156862,
0.5450980392156862,
0.5607843137254902
],
"alpha": 1,
"hex": "#8B8B8F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.38823529411764707,
0.38823529411764707,
0.4
],
"alpha": 1,
"hex": "#636366"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.23529411764705882,
0.23529411764705882,
0.23921568627450981
],
"alpha": 1,
"hex": "#3C3C3D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0784313725490196,
0.0784313725490196,
0.0784313725490196
],
"alpha": 1,
"hex": "#141414"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}