Sea Green — 11-step color scale

Sea Green (#2e8b57) sits at 500, untouched. Every other step is 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 Sea Green in the generator

8%50
24%100
40%200
56%300
80%400
100%500your color
80%600
56%700
40%800
24%900
8%950
Each step is the base composited over white or black at the opacity shown.#2e8b57

For text that needs to pass AA on white, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500 do.

Semantic colors from Sea Green

Success, warning, error and the rest are derived from 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.

Derived from #2e8b57
SuggestedProtanopiaDeuteranopiaTritanopia
success10.513.113.7
warning11.212.553.6
error34.623.552.5
discovery41.338.09.4
info33.332.45.3
neutral17.113.517.6
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

The info suggestion starts out colliding with Sea Green under Tritanopia — ΔE₀₀ 5.3, below the 11 threshold — so the engine shifts its hue within the info family until the pair pulls apart again.

Export Sea Green

The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.

CSS
:root {
  --color-color-50: #eef6f2;
  --color-color-100: #cde3d7;
  --color-color-200: #abd1bc;
  --color-color-300: #8abea1;
  --color-color-400: #58a279;
  --color-color-500: #2e8b57;
  --color-color-600: #256f46;
  --color-color-700: #1a4e31;
  --color-color-800: #123823;
  --color-color-900: #0b2115;
  --color-color-950: #040b07;
}
SCSS
$color-color-50: #eef6f2;
$color-color-100: #cde3d7;
$color-color-200: #abd1bc;
$color-color-300: #8abea1;
$color-color-400: #58a279;
$color-color-500: #2e8b57;
$color-color-600: #256f46;
$color-color-700: #1a4e31;
$color-color-800: #123823;
$color-color-900: #0b2115;
$color-color-950: #040b07;
JavaScript
export const color = {
  50: '#eef6f2',
  100: '#cde3d7',
  200: '#abd1bc',
  300: '#8abea1',
  400: '#58a279',
  500: '#2e8b57',
  600: '#256f46',
  700: '#1a4e31',
  800: '#123823',
  900: '#0b2115',
  950: '#040b07',
};
JSON
{
  "color": {
    "50": "#eef6f2",
    "100": "#cde3d7",
    "200": "#abd1bc",
    "300": "#8abea1",
    "400": "#58a279",
    "500": "#2e8b57",
    "600": "#256f46",
    "700": "#1a4e31",
    "800": "#123823",
    "900": "#0b2115",
    "950": "#040b07"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9333333333333333,
          0.9647058823529412,
          0.9490196078431372
        ],
        "alpha": 1,
        "hex": "#EEF6F2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.803921568627451,
          0.8901960784313725,
          0.8431372549019608
        ],
        "alpha": 1,
        "hex": "#CDE3D7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6705882352941176,
          0.8196078431372549,
          0.7372549019607844
        ],
        "alpha": 1,
        "hex": "#ABD1BC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5411764705882353,
          0.7450980392156863,
          0.6313725490196078
        ],
        "alpha": 1,
        "hex": "#8ABEA1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.34509803921568627,
          0.6352941176470588,
          0.4745098039215686
        ],
        "alpha": 1,
        "hex": "#58A279"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1803921568627451,
          0.5450980392156862,
          0.3411764705882353
        ],
        "alpha": 1,
        "hex": "#2E8B57"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1450980392156863,
          0.43529411764705883,
          0.27450980392156865
        ],
        "alpha": 1,
        "hex": "#256F46"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.10196078431372549,
          0.3058823529411765,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#1A4E31"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.07058823529411765,
          0.2196078431372549,
          0.13725490196078433
        ],
        "alpha": 1,
        "hex": "#123823"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.043137254901960784,
          0.12941176470588237,
          0.08235294117647059
        ],
        "alpha": 1,
        "hex": "#0B2115"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.01568627450980392,
          0.043137254901960784,
          0.027450980392156862
        ],
        "alpha": 1,
        "hex": "#040B07"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Sea Green in the generatorHow the scale is built