Green Yellow — 11-step color scale
Green Yellow (#adff2f) sits at 500, untouched. Every other step is Green Yellow 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 Green Yellow 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 Green Yellow
Success, warning, error and the rest are derived from Green Yellow 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 | 14.6 | 13.0 | 22.1 |
| warning | 31.3 | 19.3 | 58.3 |
| error | 60.8 | 47.9 | 59.7 |
| discovery | 62.3 | 59.6 | 30.8 |
| info | 57.6 | 60.3 | 17.6 |
| neutral | 30.9 | 29.1 | 25.7 |
The success suggestion is the closest call: it clears the threshold under Deuteranopia, but only reaches ΔE₀₀ 13.0, so it sits just above the 11 line rather than comfortably past it.
Export Green Yellow
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: #f8ffee;
--color-color-100: #ebffcd;
--color-color-200: #deffac;
--color-color-300: #d1ff8b;
--color-color-400: #bdff59;
--color-color-500: #adff2f;
--color-color-600: #8acc26;
--color-color-700: #618f1a;
--color-color-800: #456613;
--color-color-900: #2a3d0b;
--color-color-950: #0e1404;
}$color-color-50: #f8ffee;
$color-color-100: #ebffcd;
$color-color-200: #deffac;
$color-color-300: #d1ff8b;
$color-color-400: #bdff59;
$color-color-500: #adff2f;
$color-color-600: #8acc26;
$color-color-700: #618f1a;
$color-color-800: #456613;
$color-color-900: #2a3d0b;
$color-color-950: #0e1404;export const color = {
50: '#f8ffee',
100: '#ebffcd',
200: '#deffac',
300: '#d1ff8b',
400: '#bdff59',
500: '#adff2f',
600: '#8acc26',
700: '#618f1a',
800: '#456613',
900: '#2a3d0b',
950: '#0e1404',
};{
"color": {
"50": "#f8ffee",
"100": "#ebffcd",
"200": "#deffac",
"300": "#d1ff8b",
"400": "#bdff59",
"500": "#adff2f",
"600": "#8acc26",
"700": "#618f1a",
"800": "#456613",
"900": "#2a3d0b",
"950": "#0e1404"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9725490196078431,
1,
0.9333333333333333
],
"alpha": 1,
"hex": "#F8FFEE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9215686274509803,
1,
0.803921568627451
],
"alpha": 1,
"hex": "#EBFFCD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8705882352941177,
1,
0.6745098039215687
],
"alpha": 1,
"hex": "#DEFFAC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8196078431372549,
1,
0.5450980392156862
],
"alpha": 1,
"hex": "#D1FF8B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7411764705882353,
1,
0.34901960784313724
],
"alpha": 1,
"hex": "#BDFF59"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6784313725490196,
1,
0.1843137254901961
],
"alpha": 1,
"hex": "#ADFF2F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5411764705882353,
0.8,
0.14901960784313725
],
"alpha": 1,
"hex": "#8ACC26"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3803921568627451,
0.5607843137254902,
0.10196078431372549
],
"alpha": 1,
"hex": "#618F1A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.27058823529411763,
0.4,
0.07450980392156863
],
"alpha": 1,
"hex": "#456613"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.16470588235294117,
0.23921568627450981,
0.043137254901960784
],
"alpha": 1,
"hex": "#2A3D0B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.054901960784313725,
0.0784313725490196,
0.01568627450980392
],
"alpha": 1,
"hex": "#0E1404"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}