Cornflower Blue — 11-step color scale

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

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

Success, warning, error and the rest are derived from Cornflower 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 #6495ed
SuggestedProtanopiaDeuteranopiaTritanopia
success42.036.810.2
warning53.555.866.6
error36.545.169.2
discovery3.22.229.1
info22.819.411.1
neutral18.119.518.3
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 Cornflower Blue under Deuteranopia — ΔE₀₀ 2.2, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Cornflower 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: #f3f7fe;
  --color-color-100: #dae6fb;
  --color-color-200: #c1d5f8;
  --color-color-300: #a8c4f5;
  --color-color-400: #83aaf1;
  --color-color-500: #6495ed;
  --color-color-600: #5077be;
  --color-color-700: #385385;
  --color-color-800: #283c5f;
  --color-color-900: #182439;
  --color-color-950: #080c13;
}
SCSS
$color-color-50: #f3f7fe;
$color-color-100: #dae6fb;
$color-color-200: #c1d5f8;
$color-color-300: #a8c4f5;
$color-color-400: #83aaf1;
$color-color-500: #6495ed;
$color-color-600: #5077be;
$color-color-700: #385385;
$color-color-800: #283c5f;
$color-color-900: #182439;
$color-color-950: #080c13;
JavaScript
export const color = {
  50: '#f3f7fe',
  100: '#dae6fb',
  200: '#c1d5f8',
  300: '#a8c4f5',
  400: '#83aaf1',
  500: '#6495ed',
  600: '#5077be',
  700: '#385385',
  800: '#283c5f',
  900: '#182439',
  950: '#080c13',
};
JSON
{
  "color": {
    "50": "#f3f7fe",
    "100": "#dae6fb",
    "200": "#c1d5f8",
    "300": "#a8c4f5",
    "400": "#83aaf1",
    "500": "#6495ed",
    "600": "#5077be",
    "700": "#385385",
    "800": "#283c5f",
    "900": "#182439",
    "950": "#080c13"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9529411764705882,
          0.9686274509803922,
          0.996078431372549
        ],
        "alpha": 1,
        "hex": "#F3F7FE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8549019607843137,
          0.9019607843137255,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#DAE6FB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7568627450980392,
          0.8352941176470589,
          0.9725490196078431
        ],
        "alpha": 1,
        "hex": "#C1D5F8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6588235294117647,
          0.7686274509803922,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#A8C4F5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5137254901960784,
          0.6666666666666666,
          0.9450980392156862
        ],
        "alpha": 1,
        "hex": "#83AAF1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.39215686274509803,
          0.5843137254901961,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#6495ED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3137254901960784,
          0.4666666666666667,
          0.7450980392156863
        ],
        "alpha": 1,
        "hex": "#5077BE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2196078431372549,
          0.3254901960784314,
          0.5215686274509804
        ],
        "alpha": 1,
        "hex": "#385385"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1568627450980392,
          0.23529411764705882,
          0.37254901960784315
        ],
        "alpha": 1,
        "hex": "#283C5F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.09411764705882353,
          0.1411764705882353,
          0.2235294117647059
        ],
        "alpha": 1,
        "hex": "#182439"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.03137254901960784,
          0.047058823529411764,
          0.07450980392156863
        ],
        "alpha": 1,
        "hex": "#080C13"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Cornflower Blue in the generatorHow the scale is built