Steel Blue — 11-step color scale

Steel Blue (#4682b4) sits at 500, untouched. Every other step is Steel Blue 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 Steel Blue 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.#4682b4

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 Steel Blue

Success, warning, error and the rest are derived from Steel Blue 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 #4682b4
SuggestedProtanopiaDeuteranopiaTritanopia
success40.339.711.2
warning41.244.347.3
error11.917.756.3
discovery3.81.327.4
info16.012.24.6
neutral12.613.313.4
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 discovery suggestion starts out colliding with Steel Blue under Deuteranopia — ΔE₀₀ 1.3, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Steel Blue

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: #f0f5f9;
  --color-color-100: #d3e1ed;
  --color-color-200: #b5cde1;
  --color-color-300: #97b9d5;
  --color-color-400: #6b9bc3;
  --color-color-500: #4682b4;
  --color-color-600: #386890;
  --color-color-700: #274965;
  --color-color-800: #1c3448;
  --color-color-900: #111f2b;
  --color-color-950: #060a0e;
}
SCSS
$color-color-50: #f0f5f9;
$color-color-100: #d3e1ed;
$color-color-200: #b5cde1;
$color-color-300: #97b9d5;
$color-color-400: #6b9bc3;
$color-color-500: #4682b4;
$color-color-600: #386890;
$color-color-700: #274965;
$color-color-800: #1c3448;
$color-color-900: #111f2b;
$color-color-950: #060a0e;
JavaScript
export const color = {
  50: '#f0f5f9',
  100: '#d3e1ed',
  200: '#b5cde1',
  300: '#97b9d5',
  400: '#6b9bc3',
  500: '#4682b4',
  600: '#386890',
  700: '#274965',
  800: '#1c3448',
  900: '#111f2b',
  950: '#060a0e',
};
JSON
{
  "color": {
    "50": "#f0f5f9",
    "100": "#d3e1ed",
    "200": "#b5cde1",
    "300": "#97b9d5",
    "400": "#6b9bc3",
    "500": "#4682b4",
    "600": "#386890",
    "700": "#274965",
    "800": "#1c3448",
    "900": "#111f2b",
    "950": "#060a0e"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9411764705882353,
          0.9607843137254902,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#F0F5F9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8274509803921568,
          0.8823529411764706,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#D3E1ED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7098039215686275,
          0.803921568627451,
          0.8823529411764706
        ],
        "alpha": 1,
        "hex": "#B5CDE1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.592156862745098,
          0.7254901960784313,
          0.8352941176470589
        ],
        "alpha": 1,
        "hex": "#97B9D5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4196078431372549,
          0.6078431372549019,
          0.7647058823529411
        ],
        "alpha": 1,
        "hex": "#6B9BC3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.27450980392156865,
          0.5098039215686274,
          0.7058823529411765
        ],
        "alpha": 1,
        "hex": "#4682B4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2196078431372549,
          0.40784313725490196,
          0.5647058823529412
        ],
        "alpha": 1,
        "hex": "#386890"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.15294117647058825,
          0.28627450980392155,
          0.396078431372549
        ],
        "alpha": 1,
        "hex": "#274965"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.10980392156862745,
          0.20392156862745098,
          0.2823529411764706
        ],
        "alpha": 1,
        "hex": "#1C3448"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.06666666666666667,
          0.12156862745098039,
          0.16862745098039217
        ],
        "alpha": 1,
        "hex": "#111F2B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.023529411764705882,
          0.0392156862745098,
          0.054901960784313725
        ],
        "alpha": 1,
        "hex": "#060A0E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Steel Blue in the generatorHow the scale is built