Dark Sea Green — 11-step color scale

Dark Sea Green (#8fbc8f) sits at 500, untouched. Every other step is Dark 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 Dark 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.#8fbc8f

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 Dark Sea Green

Success, warning, error and the rest are derived from Dark 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 #8fbc8f
SuggestedProtanopiaDeuteranopiaTritanopia
success11.911.031.9
warning4.45.041.9
error27.920.241.7
discovery34.332.67.1
info25.927.010.0
neutral8.16.88.5
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 warning suggestion starts out colliding with Dark Sea Green under Protanopia — ΔE₀₀ 4.4, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Dark 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: #f6faf6;
  --color-color-100: #e4efe4;
  --color-color-200: #d2e4d2;
  --color-color-300: #c0d9c0;
  --color-color-400: #a5c9a5;
  --color-color-500: #8fbc8f;
  --color-color-600: #729672;
  --color-color-700: #506950;
  --color-color-800: #394b39;
  --color-color-900: #222d22;
  --color-color-950: #0b0f0b;
}
SCSS
$color-color-50: #f6faf6;
$color-color-100: #e4efe4;
$color-color-200: #d2e4d2;
$color-color-300: #c0d9c0;
$color-color-400: #a5c9a5;
$color-color-500: #8fbc8f;
$color-color-600: #729672;
$color-color-700: #506950;
$color-color-800: #394b39;
$color-color-900: #222d22;
$color-color-950: #0b0f0b;
JavaScript
export const color = {
  50: '#f6faf6',
  100: '#e4efe4',
  200: '#d2e4d2',
  300: '#c0d9c0',
  400: '#a5c9a5',
  500: '#8fbc8f',
  600: '#729672',
  700: '#506950',
  800: '#394b39',
  900: '#222d22',
  950: '#0b0f0b',
};
JSON
{
  "color": {
    "50": "#f6faf6",
    "100": "#e4efe4",
    "200": "#d2e4d2",
    "300": "#c0d9c0",
    "400": "#a5c9a5",
    "500": "#8fbc8f",
    "600": "#729672",
    "700": "#506950",
    "800": "#394b39",
    "900": "#222d22",
    "950": "#0b0f0b"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9647058823529412,
          0.9803921568627451,
          0.9647058823529412
        ],
        "alpha": 1,
        "hex": "#F6FAF6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8941176470588236,
          0.9372549019607843,
          0.8941176470588236
        ],
        "alpha": 1,
        "hex": "#E4EFE4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8235294117647058,
          0.8941176470588236,
          0.8235294117647058
        ],
        "alpha": 1,
        "hex": "#D2E4D2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7529411764705882,
          0.8509803921568627,
          0.7529411764705882
        ],
        "alpha": 1,
        "hex": "#C0D9C0"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6470588235294118,
          0.788235294117647,
          0.6470588235294118
        ],
        "alpha": 1,
        "hex": "#A5C9A5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.7372549019607844,
          0.5607843137254902
        ],
        "alpha": 1,
        "hex": "#8FBC8F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4470588235294118,
          0.5882352941176471,
          0.4470588235294118
        ],
        "alpha": 1,
        "hex": "#729672"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3137254901960784,
          0.4117647058823529,
          0.3137254901960784
        ],
        "alpha": 1,
        "hex": "#506950"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2235294117647059,
          0.29411764705882354,
          0.2235294117647059
        ],
        "alpha": 1,
        "hex": "#394B39"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.13333333333333333,
          0.17647058823529413,
          0.13333333333333333
        ],
        "alpha": 1,
        "hex": "#222D22"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.043137254901960784,
          0.058823529411764705,
          0.043137254901960784
        ],
        "alpha": 1,
        "hex": "#0B0F0B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dark Sea Green in the generatorHow the scale is built