Medium Sea Green — 11-step color scale
Medium Sea Green (#3cb371) sits at 500, untouched. Every other step is Medium Sea 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 Medium Sea Green 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 Medium Sea Green
Success, warning, error and the rest are derived from Medium Sea 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 | 6.5 | 7.1 | 7.2 |
| warning | 11.9 | 13.5 | 60.3 |
| error | 39.0 | 27.1 | 59.6 |
| discovery | 46.3 | 42.5 | 10.7 |
| info | 37.7 | 36.7 | 5.9 |
| neutral | 18.4 | 15.2 | 18.2 |
The info suggestion starts out colliding with Medium Sea Green under Tritanopia — ΔE₀₀ 5.9, below the 11 threshold — so the engine shifts its hue within the info family until the pair pulls apart again.
Export Medium Sea 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: #eff9f4;
--color-color-100: #d0eddd;
--color-color-200: #b1e1c6;
--color-color-300: #92d4af;
--color-color-400: #63c28d;
--color-color-500: #3cb371;
--color-color-600: #308f5a;
--color-color-700: #22643f;
--color-color-800: #18482d;
--color-color-900: #0e2b1b;
--color-color-950: #050e09;
}$color-color-50: #eff9f4;
$color-color-100: #d0eddd;
$color-color-200: #b1e1c6;
$color-color-300: #92d4af;
$color-color-400: #63c28d;
$color-color-500: #3cb371;
$color-color-600: #308f5a;
$color-color-700: #22643f;
$color-color-800: #18482d;
$color-color-900: #0e2b1b;
$color-color-950: #050e09;export const color = {
50: '#eff9f4',
100: '#d0eddd',
200: '#b1e1c6',
300: '#92d4af',
400: '#63c28d',
500: '#3cb371',
600: '#308f5a',
700: '#22643f',
800: '#18482d',
900: '#0e2b1b',
950: '#050e09',
};{
"color": {
"50": "#eff9f4",
"100": "#d0eddd",
"200": "#b1e1c6",
"300": "#92d4af",
"400": "#63c28d",
"500": "#3cb371",
"600": "#308f5a",
"700": "#22643f",
"800": "#18482d",
"900": "#0e2b1b",
"950": "#050e09"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9372549019607843,
0.9764705882352941,
0.9568627450980393
],
"alpha": 1,
"hex": "#EFF9F4"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8156862745098039,
0.9294117647058824,
0.8666666666666667
],
"alpha": 1,
"hex": "#D0EDDD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6941176470588235,
0.8823529411764706,
0.7764705882352941
],
"alpha": 1,
"hex": "#B1E1C6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5725490196078431,
0.8313725490196079,
0.6862745098039216
],
"alpha": 1,
"hex": "#92D4AF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.38823529411764707,
0.7607843137254902,
0.5529411764705883
],
"alpha": 1,
"hex": "#63C28D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.23529411764705882,
0.7019607843137254,
0.44313725490196076
],
"alpha": 1,
"hex": "#3CB371"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.18823529411764706,
0.5607843137254902,
0.35294117647058826
],
"alpha": 1,
"hex": "#308F5A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.13333333333333333,
0.39215686274509803,
0.24705882352941178
],
"alpha": 1,
"hex": "#22643F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.09411764705882353,
0.2823529411764706,
0.17647058823529413
],
"alpha": 1,
"hex": "#18482D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.054901960784313725,
0.16862745098039217,
0.10588235294117647
],
"alpha": 1,
"hex": "#0E2B1B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0196078431372549,
0.054901960784313725,
0.03529411764705882
],
"alpha": 1,
"hex": "#050E09"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}Open Medium Sea Green in the generatorHow the scale is built