Honeydew — 11-step color scale
Honeydew (#f0fff0) sits at 500, untouched. Every other step is Honeydew 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 Honeydew 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 Honeydew
Success, warning, error and the rest are derived from Honeydew 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 | 28.9 | 28.1 | 31.4 |
| warning | 21.4 | 20.3 | 34.5 |
| error | 25.1 | 20.6 | 33.0 |
| discovery | 28.1 | 27.9 | 19.8 |
| info | 20.8 | 23.5 | 23.0 |
| neutral | 19.1 | 19.3 | 19.3 |
Every suggested color clears ΔE₀₀ 11 from Honeydew under all three simulations, so nothing needed nudging — the family hues sit far enough from Honeydew on their own.
Export Honeydew
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: #fefffe;
--color-color-100: #fbfffb;
--color-color-200: #f9fff9;
--color-color-300: #f7fff7;
--color-color-400: #f3fff3;
--color-color-500: #f0fff0;
--color-color-600: #c0ccc0;
--color-color-700: #868f86;
--color-color-800: #606660;
--color-color-900: #3a3d3a;
--color-color-950: #131413;
}$color-color-50: #fefffe;
$color-color-100: #fbfffb;
$color-color-200: #f9fff9;
$color-color-300: #f7fff7;
$color-color-400: #f3fff3;
$color-color-500: #f0fff0;
$color-color-600: #c0ccc0;
$color-color-700: #868f86;
$color-color-800: #606660;
$color-color-900: #3a3d3a;
$color-color-950: #131413;export const color = {
50: '#fefffe',
100: '#fbfffb',
200: '#f9fff9',
300: '#f7fff7',
400: '#f3fff3',
500: '#f0fff0',
600: '#c0ccc0',
700: '#868f86',
800: '#606660',
900: '#3a3d3a',
950: '#131413',
};{
"color": {
"50": "#fefffe",
"100": "#fbfffb",
"200": "#f9fff9",
"300": "#f7fff7",
"400": "#f3fff3",
"500": "#f0fff0",
"600": "#c0ccc0",
"700": "#868f86",
"800": "#606660",
"900": "#3a3d3a",
"950": "#131413"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.996078431372549,
1,
0.996078431372549
],
"alpha": 1,
"hex": "#FEFFFE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.984313725490196,
1,
0.984313725490196
],
"alpha": 1,
"hex": "#FBFFFB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9764705882352941,
1,
0.9764705882352941
],
"alpha": 1,
"hex": "#F9FFF9"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9686274509803922,
1,
0.9686274509803922
],
"alpha": 1,
"hex": "#F7FFF7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9529411764705882,
1,
0.9529411764705882
],
"alpha": 1,
"hex": "#F3FFF3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9411764705882353,
1,
0.9411764705882353
],
"alpha": 1,
"hex": "#F0FFF0"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7529411764705882,
0.8,
0.7529411764705882
],
"alpha": 1,
"hex": "#C0CCC0"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5254901960784314,
0.5607843137254902,
0.5254901960784314
],
"alpha": 1,
"hex": "#868F86"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3764705882352941,
0.4,
0.3764705882352941
],
"alpha": 1,
"hex": "#606660"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.22745098039215686,
0.23921568627450981,
0.22745098039215686
],
"alpha": 1,
"hex": "#3A3D3A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.07450980392156863,
0.0784313725490196,
0.07450980392156863
],
"alpha": 1,
"hex": "#131413"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}