Medium Spring Green — 11-step color scale

Medium Spring Green (#00fa9a) sits at 500, untouched. Every other step is Medium Spring 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 Spring 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.#00fa9a

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 Medium Spring Green

Success, warning, error and the rest are derived from Medium Spring 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 #00fa9a
SuggestedProtanopiaDeuteranopiaTritanopia
success18.718.618.2
warning20.916.769.1
error51.135.173.2
discovery52.045.433.8
info47.746.012.7
neutral32.428.630.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 is the closest call: it clears the threshold under Tritanopia, but only reaches ΔE₀₀ 12.7, so it sits just above the 11 line rather than comfortably past it.

Export Medium Spring 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: #ebfff7;
  --color-color-100: #c2fee7;
  --color-color-200: #99fdd7;
  --color-color-300: #70fcc6;
  --color-color-400: #33fbae;
  --color-color-500: #00fa9a;
  --color-color-600: #00c87b;
  --color-color-700: #008c56;
  --color-color-800: #00643e;
  --color-color-900: #003c25;
  --color-color-950: #00140c;
}
SCSS
$color-color-50: #ebfff7;
$color-color-100: #c2fee7;
$color-color-200: #99fdd7;
$color-color-300: #70fcc6;
$color-color-400: #33fbae;
$color-color-500: #00fa9a;
$color-color-600: #00c87b;
$color-color-700: #008c56;
$color-color-800: #00643e;
$color-color-900: #003c25;
$color-color-950: #00140c;
JavaScript
export const color = {
  50: '#ebfff7',
  100: '#c2fee7',
  200: '#99fdd7',
  300: '#70fcc6',
  400: '#33fbae',
  500: '#00fa9a',
  600: '#00c87b',
  700: '#008c56',
  800: '#00643e',
  900: '#003c25',
  950: '#00140c',
};
JSON
{
  "color": {
    "50": "#ebfff7",
    "100": "#c2fee7",
    "200": "#99fdd7",
    "300": "#70fcc6",
    "400": "#33fbae",
    "500": "#00fa9a",
    "600": "#00c87b",
    "700": "#008c56",
    "800": "#00643e",
    "900": "#003c25",
    "950": "#00140c"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9215686274509803,
          1,
          0.9686274509803922
        ],
        "alpha": 1,
        "hex": "#EBFFF7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7607843137254902,
          0.996078431372549,
          0.9058823529411765
        ],
        "alpha": 1,
        "hex": "#C2FEE7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6,
          0.9921568627450981,
          0.8431372549019608
        ],
        "alpha": 1,
        "hex": "#99FDD7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4392156862745098,
          0.9882352941176471,
          0.7764705882352941
        ],
        "alpha": 1,
        "hex": "#70FCC6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2,
          0.984313725490196,
          0.6823529411764706
        ],
        "alpha": 1,
        "hex": "#33FBAE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.9803921568627451,
          0.6039215686274509
        ],
        "alpha": 1,
        "hex": "#00FA9A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.7843137254901961,
          0.4823529411764706
        ],
        "alpha": 1,
        "hex": "#00C87B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.5490196078431373,
          0.33725490196078434
        ],
        "alpha": 1,
        "hex": "#008C56"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.39215686274509803,
          0.24313725490196078
        ],
        "alpha": 1,
        "hex": "#00643E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.23529411764705882,
          0.1450980392156863
        ],
        "alpha": 1,
        "hex": "#003C25"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.0784313725490196,
          0.047058823529411764
        ],
        "alpha": 1,
        "hex": "#00140C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Medium Spring Green in the generatorHow the scale is built