Light Sky Blue — 11-step color scale

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

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

Success, warning, error and the rest are derived from Light Sky 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 #87cefa
SuggestedProtanopiaDeuteranopiaTritanopia
success30.527.67.9
warning39.041.950.0
error27.633.664.5
discovery7.46.48.9
info22.724.022.5
neutral16.216.019.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 discovery suggestion starts out colliding with Light Sky Blue under Deuteranopia — ΔE₀₀ 6.4, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Light Sky 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: #f5fbff;
  --color-color-100: #e2f3fe;
  --color-color-200: #cfebfd;
  --color-color-300: #bce4fc;
  --color-color-400: #9fd8fb;
  --color-color-500: #87cefa;
  --color-color-600: #6ca5c8;
  --color-color-700: #4c738c;
  --color-color-800: #365264;
  --color-color-900: #20313c;
  --color-color-950: #0b1014;
}
SCSS
$color-color-50: #f5fbff;
$color-color-100: #e2f3fe;
$color-color-200: #cfebfd;
$color-color-300: #bce4fc;
$color-color-400: #9fd8fb;
$color-color-500: #87cefa;
$color-color-600: #6ca5c8;
$color-color-700: #4c738c;
$color-color-800: #365264;
$color-color-900: #20313c;
$color-color-950: #0b1014;
JavaScript
export const color = {
  50: '#f5fbff',
  100: '#e2f3fe',
  200: '#cfebfd',
  300: '#bce4fc',
  400: '#9fd8fb',
  500: '#87cefa',
  600: '#6ca5c8',
  700: '#4c738c',
  800: '#365264',
  900: '#20313c',
  950: '#0b1014',
};
JSON
{
  "color": {
    "50": "#f5fbff",
    "100": "#e2f3fe",
    "200": "#cfebfd",
    "300": "#bce4fc",
    "400": "#9fd8fb",
    "500": "#87cefa",
    "600": "#6ca5c8",
    "700": "#4c738c",
    "800": "#365264",
    "900": "#20313c",
    "950": "#0b1014"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9607843137254902,
          0.984313725490196,
          1
        ],
        "alpha": 1,
        "hex": "#F5FBFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8862745098039215,
          0.9529411764705882,
          0.996078431372549
        ],
        "alpha": 1,
        "hex": "#E2F3FE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8117647058823529,
          0.9215686274509803,
          0.9921568627450981
        ],
        "alpha": 1,
        "hex": "#CFEBFD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7372549019607844,
          0.8941176470588236,
          0.9882352941176471
        ],
        "alpha": 1,
        "hex": "#BCE4FC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6235294117647059,
          0.8470588235294118,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#9FD8FB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5294117647058824,
          0.807843137254902,
          0.9803921568627451
        ],
        "alpha": 1,
        "hex": "#87CEFA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4235294117647059,
          0.6470588235294118,
          0.7843137254901961
        ],
        "alpha": 1,
        "hex": "#6CA5C8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2980392156862745,
          0.45098039215686275,
          0.5490196078431373
        ],
        "alpha": 1,
        "hex": "#4C738C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.21176470588235294,
          0.3215686274509804,
          0.39215686274509803
        ],
        "alpha": 1,
        "hex": "#365264"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.12549019607843137,
          0.19215686274509805,
          0.23529411764705882
        ],
        "alpha": 1,
        "hex": "#20313C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.043137254901960784,
          0.06274509803921569,
          0.0784313725490196
        ],
        "alpha": 1,
        "hex": "#0B1014"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Light Sky Blue in the generatorHow the scale is built