Aquamarine — 11-step color scale
Aquamarine (#7fffd4) sits at 500, untouched. Every other step is Aquamarine 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 Aquamarine 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 Aquamarine
Success, warning, error and the rest are derived from Aquamarine 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 | 20.8 | 21.7 | 20.5 |
| warning | 23.5 | 22.8 | 62.4 |
| error | 35.0 | 19.7 | 62.6 |
| discovery | 39.4 | 33.4 | 18.2 |
| info | 28.0 | 26.8 | 11.4 |
| neutral | 19.2 | 15.0 | 23.3 |
The info suggestion is the closest call: it clears the threshold under Tritanopia, but only reaches ΔE₀₀ 11.4, so it sits just above the 11 line rather than comfortably past it.
Export Aquamarine
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: #f5fffc;
--color-color-100: #e0fff5;
--color-color-200: #ccffee;
--color-color-300: #b7ffe7;
--color-color-400: #99ffdd;
--color-color-500: #7fffd4;
--color-color-600: #66ccaa;
--color-color-700: #478f77;
--color-color-800: #336655;
--color-color-900: #1e3d33;
--color-color-950: #0a1411;
}$color-color-50: #f5fffc;
$color-color-100: #e0fff5;
$color-color-200: #ccffee;
$color-color-300: #b7ffe7;
$color-color-400: #99ffdd;
$color-color-500: #7fffd4;
$color-color-600: #66ccaa;
$color-color-700: #478f77;
$color-color-800: #336655;
$color-color-900: #1e3d33;
$color-color-950: #0a1411;export const color = {
50: '#f5fffc',
100: '#e0fff5',
200: '#ccffee',
300: '#b7ffe7',
400: '#99ffdd',
500: '#7fffd4',
600: '#66ccaa',
700: '#478f77',
800: '#336655',
900: '#1e3d33',
950: '#0a1411',
};{
"color": {
"50": "#f5fffc",
"100": "#e0fff5",
"200": "#ccffee",
"300": "#b7ffe7",
"400": "#99ffdd",
"500": "#7fffd4",
"600": "#66ccaa",
"700": "#478f77",
"800": "#336655",
"900": "#1e3d33",
"950": "#0a1411"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9607843137254902,
1,
0.9882352941176471
],
"alpha": 1,
"hex": "#F5FFFC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8784313725490196,
1,
0.9607843137254902
],
"alpha": 1,
"hex": "#E0FFF5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8,
1,
0.9333333333333333
],
"alpha": 1,
"hex": "#CCFFEE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7176470588235294,
1,
0.9058823529411765
],
"alpha": 1,
"hex": "#B7FFE7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6,
1,
0.8666666666666667
],
"alpha": 1,
"hex": "#99FFDD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4980392156862745,
1,
0.8313725490196079
],
"alpha": 1,
"hex": "#7FFFD4"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4,
0.8,
0.6666666666666666
],
"alpha": 1,
"hex": "#66CCAA"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2784313725490196,
0.5607843137254902,
0.4666666666666667
],
"alpha": 1,
"hex": "#478F77"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2,
0.4,
0.3333333333333333
],
"alpha": 1,
"hex": "#336655"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.11764705882352941,
0.23921568627450981,
0.2
],
"alpha": 1,
"hex": "#1E3D33"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0392156862745098,
0.0784313725490196,
0.06666666666666667
],
"alpha": 1,
"hex": "#0A1411"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}