Dodger Blue — 11-step color scale

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

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

Success, warning, error and the rest are derived from Dodger 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 #1e90ff
SuggestedProtanopiaDeuteranopiaTritanopia
success50.948.312.2
warning57.662.074.3
error13.717.467.7
discovery5.02.130.2
info19.016.611.6
neutral20.721.516.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 Dodger Blue under Deuteranopia — ΔE₀₀ 2.1, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Dodger 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: #edf6ff;
  --color-color-100: #c9e4ff;
  --color-color-200: #a5d3ff;
  --color-color-300: #81c1ff;
  --color-color-400: #4ba6ff;
  --color-color-500: #1e90ff;
  --color-color-600: #1873cc;
  --color-color-700: #11518f;
  --color-color-800: #0c3a66;
  --color-color-900: #07233d;
  --color-color-950: #020c14;
}
SCSS
$color-color-50: #edf6ff;
$color-color-100: #c9e4ff;
$color-color-200: #a5d3ff;
$color-color-300: #81c1ff;
$color-color-400: #4ba6ff;
$color-color-500: #1e90ff;
$color-color-600: #1873cc;
$color-color-700: #11518f;
$color-color-800: #0c3a66;
$color-color-900: #07233d;
$color-color-950: #020c14;
JavaScript
export const color = {
  50: '#edf6ff',
  100: '#c9e4ff',
  200: '#a5d3ff',
  300: '#81c1ff',
  400: '#4ba6ff',
  500: '#1e90ff',
  600: '#1873cc',
  700: '#11518f',
  800: '#0c3a66',
  900: '#07233d',
  950: '#020c14',
};
JSON
{
  "color": {
    "50": "#edf6ff",
    "100": "#c9e4ff",
    "200": "#a5d3ff",
    "300": "#81c1ff",
    "400": "#4ba6ff",
    "500": "#1e90ff",
    "600": "#1873cc",
    "700": "#11518f",
    "800": "#0c3a66",
    "900": "#07233d",
    "950": "#020c14"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9294117647058824,
          0.9647058823529412,
          1
        ],
        "alpha": 1,
        "hex": "#EDF6FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.788235294117647,
          0.8941176470588236,
          1
        ],
        "alpha": 1,
        "hex": "#C9E4FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6470588235294118,
          0.8274509803921568,
          1
        ],
        "alpha": 1,
        "hex": "#A5D3FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5058823529411764,
          0.7568627450980392,
          1
        ],
        "alpha": 1,
        "hex": "#81C1FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.29411764705882354,
          0.6509803921568628,
          1
        ],
        "alpha": 1,
        "hex": "#4BA6FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.11764705882352941,
          0.5647058823529412,
          1
        ],
        "alpha": 1,
        "hex": "#1E90FF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.09411764705882353,
          0.45098039215686275,
          0.8
        ],
        "alpha": 1,
        "hex": "#1873CC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.06666666666666667,
          0.3176470588235294,
          0.5607843137254902
        ],
        "alpha": 1,
        "hex": "#11518F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.047058823529411764,
          0.22745098039215686,
          0.4
        ],
        "alpha": 1,
        "hex": "#0C3A66"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.027450980392156862,
          0.13725490196078433,
          0.23921568627450981
        ],
        "alpha": 1,
        "hex": "#07233D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.00784313725490196,
          0.047058823529411764,
          0.0784313725490196
        ],
        "alpha": 1,
        "hex": "#020C14"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dodger Blue in the generatorHow the scale is built