Light Steel Blue — 11-step color scale

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

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

Semantic colors from Light Steel Blue

Success, warning, error and the rest are derived from Light 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 #b0c4de
SuggestedProtanopiaDeuteranopiaTritanopia
success20.618.18.1
warning26.928.837.8
error18.422.237.7
discovery7.26.57.9
info23.223.924.2
neutral10.510.310.8
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 Light Steel Blue under Deuteranopia — ΔE₀₀ 6.5, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Light 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: #f9fafc;
  --color-color-100: #ecf1f7;
  --color-color-200: #dfe7f2;
  --color-color-300: #d3deed;
  --color-color-400: #c0d0e5;
  --color-color-500: #b0c4de;
  --color-color-600: #8d9db2;
  --color-color-700: #636e7c;
  --color-color-800: #464e59;
  --color-color-900: #2a2f35;
  --color-color-950: #0e1012;
}
SCSS
$color-color-50: #f9fafc;
$color-color-100: #ecf1f7;
$color-color-200: #dfe7f2;
$color-color-300: #d3deed;
$color-color-400: #c0d0e5;
$color-color-500: #b0c4de;
$color-color-600: #8d9db2;
$color-color-700: #636e7c;
$color-color-800: #464e59;
$color-color-900: #2a2f35;
$color-color-950: #0e1012;
JavaScript
export const color = {
  50: '#f9fafc',
  100: '#ecf1f7',
  200: '#dfe7f2',
  300: '#d3deed',
  400: '#c0d0e5',
  500: '#b0c4de',
  600: '#8d9db2',
  700: '#636e7c',
  800: '#464e59',
  900: '#2a2f35',
  950: '#0e1012',
};
JSON
{
  "color": {
    "50": "#f9fafc",
    "100": "#ecf1f7",
    "200": "#dfe7f2",
    "300": "#d3deed",
    "400": "#c0d0e5",
    "500": "#b0c4de",
    "600": "#8d9db2",
    "700": "#636e7c",
    "800": "#464e59",
    "900": "#2a2f35",
    "950": "#0e1012"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9764705882352941,
          0.9803921568627451,
          0.9882352941176471
        ],
        "alpha": 1,
        "hex": "#F9FAFC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9254901960784314,
          0.9450980392156862,
          0.9686274509803922
        ],
        "alpha": 1,
        "hex": "#ECF1F7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8745098039215686,
          0.9058823529411765,
          0.9490196078431372
        ],
        "alpha": 1,
        "hex": "#DFE7F2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8274509803921568,
          0.8705882352941177,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#D3DEED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7529411764705882,
          0.8156862745098039,
          0.8980392156862745
        ],
        "alpha": 1,
        "hex": "#C0D0E5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6901960784313725,
          0.7686274509803922,
          0.8705882352941177
        ],
        "alpha": 1,
        "hex": "#B0C4DE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5529411764705883,
          0.615686274509804,
          0.6980392156862745
        ],
        "alpha": 1,
        "hex": "#8D9DB2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.38823529411764707,
          0.43137254901960786,
          0.48627450980392156
        ],
        "alpha": 1,
        "hex": "#636E7C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.27450980392156865,
          0.3058823529411765,
          0.34901960784313724
        ],
        "alpha": 1,
        "hex": "#464E59"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.16470588235294117,
          0.1843137254901961,
          0.20784313725490197
        ],
        "alpha": 1,
        "hex": "#2A2F35"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.054901960784313725,
          0.06274509803921569,
          0.07058823529411765
        ],
        "alpha": 1,
        "hex": "#0E1012"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Light Steel Blue in the generatorHow the scale is built