Light Blue — 11-step color scale

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

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 Blue

Success, warning, error and the rest are derived from Light 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 #add8e6
SuggestedProtanopiaDeuteranopiaTritanopia
success18.717.79.1
warning25.127.641.5
error18.021.447.0
discovery11.710.610.6
info25.926.726.1
neutral12.412.115.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 success suggestion starts out colliding with Light Blue under Tritanopia — ΔE₀₀ 9.1, below the 11 threshold — so the engine shifts its hue within the success family until the pair pulls apart again.

Export Light 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: #f8fcfd;
  --color-color-100: #ebf6f9;
  --color-color-200: #deeff5;
  --color-color-300: #d1e9f1;
  --color-color-400: #bde0eb;
  --color-color-500: #add8e6;
  --color-color-600: #8aadb8;
  --color-color-700: #617981;
  --color-color-800: #45565c;
  --color-color-900: #2a3437;
  --color-color-950: #0e1112;
}
SCSS
$color-color-50: #f8fcfd;
$color-color-100: #ebf6f9;
$color-color-200: #deeff5;
$color-color-300: #d1e9f1;
$color-color-400: #bde0eb;
$color-color-500: #add8e6;
$color-color-600: #8aadb8;
$color-color-700: #617981;
$color-color-800: #45565c;
$color-color-900: #2a3437;
$color-color-950: #0e1112;
JavaScript
export const color = {
  50: '#f8fcfd',
  100: '#ebf6f9',
  200: '#deeff5',
  300: '#d1e9f1',
  400: '#bde0eb',
  500: '#add8e6',
  600: '#8aadb8',
  700: '#617981',
  800: '#45565c',
  900: '#2a3437',
  950: '#0e1112',
};
JSON
{
  "color": {
    "50": "#f8fcfd",
    "100": "#ebf6f9",
    "200": "#deeff5",
    "300": "#d1e9f1",
    "400": "#bde0eb",
    "500": "#add8e6",
    "600": "#8aadb8",
    "700": "#617981",
    "800": "#45565c",
    "900": "#2a3437",
    "950": "#0e1112"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9725490196078431,
          0.9882352941176471,
          0.9921568627450981
        ],
        "alpha": 1,
        "hex": "#F8FCFD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9215686274509803,
          0.9647058823529412,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#EBF6F9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8705882352941177,
          0.9372549019607843,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#DEEFF5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8196078431372549,
          0.9137254901960784,
          0.9450980392156862
        ],
        "alpha": 1,
        "hex": "#D1E9F1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7411764705882353,
          0.8784313725490196,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#BDE0EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6784313725490196,
          0.8470588235294118,
          0.9019607843137255
        ],
        "alpha": 1,
        "hex": "#ADD8E6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5411764705882353,
          0.6784313725490196,
          0.7215686274509804
        ],
        "alpha": 1,
        "hex": "#8AADB8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3803921568627451,
          0.4745098039215686,
          0.5058823529411764
        ],
        "alpha": 1,
        "hex": "#617981"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.27058823529411763,
          0.33725490196078434,
          0.3607843137254902
        ],
        "alpha": 1,
        "hex": "#45565C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.16470588235294117,
          0.20392156862745098,
          0.21568627450980393
        ],
        "alpha": 1,
        "hex": "#2A3437"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.054901960784313725,
          0.06666666666666667,
          0.07058823529411765
        ],
        "alpha": 1,
        "hex": "#0E1112"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Light Blue in the generatorHow the scale is built