Forest Green — 11-step color scale

Forest Green (#228b22) sits at 500, untouched. Every other step is Forest 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 Forest 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.#228b22

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 Forest Green

Success, warning, error and the rest are derived from Forest 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 #228b22
SuggestedProtanopiaDeuteranopiaTritanopia
success14.114.012.7
warning11.65.160.7
error47.433.860.2
discovery56.853.715.1
info45.845.27.9
neutral22.919.319.2
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 Forest Green under Deuteranopia — ΔE₀₀ 5.1, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Forest 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: #edf6ed;
  --color-color-100: #cae3ca;
  --color-color-200: #a7d1a7;
  --color-color-300: #83be83;
  --color-color-400: #4ea24e;
  --color-color-500: #228b22;
  --color-color-600: #1b6f1b;
  --color-color-700: #134e13;
  --color-color-800: #0e380e;
  --color-color-900: #082108;
  --color-color-950: #030b03;
}
SCSS
$color-color-50: #edf6ed;
$color-color-100: #cae3ca;
$color-color-200: #a7d1a7;
$color-color-300: #83be83;
$color-color-400: #4ea24e;
$color-color-500: #228b22;
$color-color-600: #1b6f1b;
$color-color-700: #134e13;
$color-color-800: #0e380e;
$color-color-900: #082108;
$color-color-950: #030b03;
JavaScript
export const color = {
  50: '#edf6ed',
  100: '#cae3ca',
  200: '#a7d1a7',
  300: '#83be83',
  400: '#4ea24e',
  500: '#228b22',
  600: '#1b6f1b',
  700: '#134e13',
  800: '#0e380e',
  900: '#082108',
  950: '#030b03',
};
JSON
{
  "color": {
    "50": "#edf6ed",
    "100": "#cae3ca",
    "200": "#a7d1a7",
    "300": "#83be83",
    "400": "#4ea24e",
    "500": "#228b22",
    "600": "#1b6f1b",
    "700": "#134e13",
    "800": "#0e380e",
    "900": "#082108",
    "950": "#030b03"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9294117647058824,
          0.9647058823529412,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#EDF6ED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.792156862745098,
          0.8901960784313725,
          0.792156862745098
        ],
        "alpha": 1,
        "hex": "#CAE3CA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6549019607843137,
          0.8196078431372549,
          0.6549019607843137
        ],
        "alpha": 1,
        "hex": "#A7D1A7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5137254901960784,
          0.7450980392156863,
          0.5137254901960784
        ],
        "alpha": 1,
        "hex": "#83BE83"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3058823529411765,
          0.6352941176470588,
          0.3058823529411765
        ],
        "alpha": 1,
        "hex": "#4EA24E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.13333333333333333,
          0.5450980392156862,
          0.13333333333333333
        ],
        "alpha": 1,
        "hex": "#228B22"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.10588235294117647,
          0.43529411764705883,
          0.10588235294117647
        ],
        "alpha": 1,
        "hex": "#1B6F1B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.07450980392156863,
          0.3058823529411765,
          0.07450980392156863
        ],
        "alpha": 1,
        "hex": "#134E13"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.054901960784313725,
          0.2196078431372549,
          0.054901960784313725
        ],
        "alpha": 1,
        "hex": "#0E380E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.03137254901960784,
          0.12941176470588237,
          0.03137254901960784
        ],
        "alpha": 1,
        "hex": "#082108"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.011764705882352941,
          0.043137254901960784,
          0.011764705882352941
        ],
        "alpha": 1,
        "hex": "#030B03"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Forest Green in the generatorHow the scale is built