Dark Goldenrod — 11-step color scale

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

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 Dark Goldenrod

Success, warning, error and the rest are derived from Dark Goldenrod 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 #b8860b
SuggestedProtanopiaDeuteranopiaTritanopia
success8.710.145.6
warning19.715.110.5
error44.036.78.4
discovery54.455.853.2
info42.146.549.0
neutral24.626.823.7
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 error suggestion starts out colliding with Dark Goldenrod under Tritanopia — ΔE₀₀ 8.4, below the 11 threshold — so the engine shifts its hue within the error family until the pair pulls apart again.

Export Dark Goldenrod

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: #f9f5eb;
  --color-color-100: #eee2c4;
  --color-color-200: #e3cf9d;
  --color-color-300: #d7bb76;
  --color-color-400: #c69e3c;
  --color-color-500: #b8860b;
  --color-color-600: #936b09;
  --color-color-700: #674b06;
  --color-color-800: #4a3604;
  --color-color-900: #2c2003;
  --color-color-950: #0f0b01;
}
SCSS
$color-color-50: #f9f5eb;
$color-color-100: #eee2c4;
$color-color-200: #e3cf9d;
$color-color-300: #d7bb76;
$color-color-400: #c69e3c;
$color-color-500: #b8860b;
$color-color-600: #936b09;
$color-color-700: #674b06;
$color-color-800: #4a3604;
$color-color-900: #2c2003;
$color-color-950: #0f0b01;
JavaScript
export const color = {
  50: '#f9f5eb',
  100: '#eee2c4',
  200: '#e3cf9d',
  300: '#d7bb76',
  400: '#c69e3c',
  500: '#b8860b',
  600: '#936b09',
  700: '#674b06',
  800: '#4a3604',
  900: '#2c2003',
  950: '#0f0b01',
};
JSON
{
  "color": {
    "50": "#f9f5eb",
    "100": "#eee2c4",
    "200": "#e3cf9d",
    "300": "#d7bb76",
    "400": "#c69e3c",
    "500": "#b8860b",
    "600": "#936b09",
    "700": "#674b06",
    "800": "#4a3604",
    "900": "#2c2003",
    "950": "#0f0b01"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9764705882352941,
          0.9607843137254902,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#F9F5EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9333333333333333,
          0.8862745098039215,
          0.7686274509803922
        ],
        "alpha": 1,
        "hex": "#EEE2C4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8901960784313725,
          0.8117647058823529,
          0.615686274509804
        ],
        "alpha": 1,
        "hex": "#E3CF9D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8431372549019608,
          0.7333333333333333,
          0.4627450980392157
        ],
        "alpha": 1,
        "hex": "#D7BB76"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7764705882352941,
          0.6196078431372549,
          0.23529411764705882
        ],
        "alpha": 1,
        "hex": "#C69E3C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7215686274509804,
          0.5254901960784314,
          0.043137254901960784
        ],
        "alpha": 1,
        "hex": "#B8860B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5764705882352941,
          0.4196078431372549,
          0.03529411764705882
        ],
        "alpha": 1,
        "hex": "#936B09"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.403921568627451,
          0.29411764705882354,
          0.023529411764705882
        ],
        "alpha": 1,
        "hex": "#674B06"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2901960784313726,
          0.21176470588235294,
          0.01568627450980392
        ],
        "alpha": 1,
        "hex": "#4A3604"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.17254901960784313,
          0.12549019607843137,
          0.011764705882352941
        ],
        "alpha": 1,
        "hex": "#2C2003"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.058823529411764705,
          0.043137254901960784,
          0.00392156862745098
        ],
        "alpha": 1,
        "hex": "#0F0B01"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dark Goldenrod in the generatorHow the scale is built