Dark Green — 11-step color scale

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

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

Semantic colors from Dark Green

Success, warning, error and the rest are derived from Dark 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 #006400
SuggestedProtanopiaDeuteranopiaTritanopia
success28.828.027.9
warning16.83.655.3
error40.526.954.4
discovery52.251.214.0
info40.341.06.9
neutral16.315.413.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 Dark Green under Deuteranopia — ΔE₀₀ 3.6, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Dark 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: #ebf3eb;
  --color-color-100: #c2dac2;
  --color-color-200: #99c199;
  --color-color-300: #70a870;
  --color-color-400: #338333;
  --color-color-500: #006400;
  --color-color-600: #005000;
  --color-color-700: #003800;
  --color-color-800: #002800;
  --color-color-900: #001800;
  --color-color-950: #000800;
}
SCSS
$color-color-50: #ebf3eb;
$color-color-100: #c2dac2;
$color-color-200: #99c199;
$color-color-300: #70a870;
$color-color-400: #338333;
$color-color-500: #006400;
$color-color-600: #005000;
$color-color-700: #003800;
$color-color-800: #002800;
$color-color-900: #001800;
$color-color-950: #000800;
JavaScript
export const color = {
  50: '#ebf3eb',
  100: '#c2dac2',
  200: '#99c199',
  300: '#70a870',
  400: '#338333',
  500: '#006400',
  600: '#005000',
  700: '#003800',
  800: '#002800',
  900: '#001800',
  950: '#000800',
};
JSON
{
  "color": {
    "50": "#ebf3eb",
    "100": "#c2dac2",
    "200": "#99c199",
    "300": "#70a870",
    "400": "#338333",
    "500": "#006400",
    "600": "#005000",
    "700": "#003800",
    "800": "#002800",
    "900": "#001800",
    "950": "#000800"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9215686274509803,
          0.9529411764705882,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#EBF3EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7607843137254902,
          0.8549019607843137,
          0.7607843137254902
        ],
        "alpha": 1,
        "hex": "#C2DAC2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6,
          0.7568627450980392,
          0.6
        ],
        "alpha": 1,
        "hex": "#99C199"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4392156862745098,
          0.6588235294117647,
          0.4392156862745098
        ],
        "alpha": 1,
        "hex": "#70A870"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2,
          0.5137254901960784,
          0.2
        ],
        "alpha": 1,
        "hex": "#338333"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.39215686274509803,
          0
        ],
        "alpha": 1,
        "hex": "#006400"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.3137254901960784,
          0
        ],
        "alpha": 1,
        "hex": "#005000"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.2196078431372549,
          0
        ],
        "alpha": 1,
        "hex": "#003800"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.1568627450980392,
          0
        ],
        "alpha": 1,
        "hex": "#002800"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.09411764705882353,
          0
        ],
        "alpha": 1,
        "hex": "#001800"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.03137254901960784,
          0
        ],
        "alpha": 1,
        "hex": "#000800"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dark Green in the generatorHow the scale is built