Lawn Green — 11-step color scale
Lawn Green (#7cfc00) sits at 500, untouched. Every other step is Lawn Green 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 Lawn Green 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 Lawn Green
Success, warning, error and the rest are derived from Lawn Green 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 | 11.4 | 11.1 | 12.1 |
| warning | 30.5 | 18.2 | 66.5 |
| error | 59.9 | 47.4 | 68.5 |
| discovery | 61.5 | 59.2 | 32.1 |
| info | 56.9 | 59.9 | 14.2 |
| neutral | 34.8 | 32.8 | 32.0 |
The success suggestion is the closest call: it clears the threshold under Deuteranopia, but only reaches ΔE₀₀ 11.1, so it sits just above the 11 line rather than comfortably past it.
Export Lawn Green
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: #f5ffeb;
--color-color-100: #e0fec2;
--color-color-200: #cbfe99;
--color-color-300: #b6fd70;
--color-color-400: #96fd33;
--color-color-500: #7cfc00;
--color-color-600: #63ca00;
--color-color-700: #458d00;
--color-color-800: #326500;
--color-color-900: #1e3c00;
--color-color-950: #0a1400;
}$color-color-50: #f5ffeb;
$color-color-100: #e0fec2;
$color-color-200: #cbfe99;
$color-color-300: #b6fd70;
$color-color-400: #96fd33;
$color-color-500: #7cfc00;
$color-color-600: #63ca00;
$color-color-700: #458d00;
$color-color-800: #326500;
$color-color-900: #1e3c00;
$color-color-950: #0a1400;export const color = {
50: '#f5ffeb',
100: '#e0fec2',
200: '#cbfe99',
300: '#b6fd70',
400: '#96fd33',
500: '#7cfc00',
600: '#63ca00',
700: '#458d00',
800: '#326500',
900: '#1e3c00',
950: '#0a1400',
};{
"color": {
"50": "#f5ffeb",
"100": "#e0fec2",
"200": "#cbfe99",
"300": "#b6fd70",
"400": "#96fd33",
"500": "#7cfc00",
"600": "#63ca00",
"700": "#458d00",
"800": "#326500",
"900": "#1e3c00",
"950": "#0a1400"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9607843137254902,
1,
0.9215686274509803
],
"alpha": 1,
"hex": "#F5FFEB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8784313725490196,
0.996078431372549,
0.7607843137254902
],
"alpha": 1,
"hex": "#E0FEC2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.796078431372549,
0.996078431372549,
0.6
],
"alpha": 1,
"hex": "#CBFE99"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7137254901960784,
0.9921568627450981,
0.4392156862745098
],
"alpha": 1,
"hex": "#B6FD70"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5882352941176471,
0.9921568627450981,
0.2
],
"alpha": 1,
"hex": "#96FD33"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.48627450980392156,
0.9882352941176471,
0
],
"alpha": 1,
"hex": "#7CFC00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.38823529411764707,
0.792156862745098,
0
],
"alpha": 1,
"hex": "#63CA00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.27058823529411763,
0.5529411764705883,
0
],
"alpha": 1,
"hex": "#458D00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.19607843137254902,
0.396078431372549,
0
],
"alpha": 1,
"hex": "#326500"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.11764705882352941,
0.23529411764705882,
0
],
"alpha": 1,
"hex": "#1E3C00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0392156862745098,
0.0784313725490196,
0
],
"alpha": 1,
"hex": "#0A1400"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}