CSS Named Color Reference

Dodger Blue Color Code

Dodger Blue·#1E90FF

Blue FamilyCoolMid toneHigh saturationoklch(65.2% 0.190 253)
HEX
#1E90FFPrimary token
RGB
rgb(30, 144, 255)Screen values
HSL
hsl(210 100% 56%)Hue and lightness
CMYK
88, 44, 0, 0Print handoff
LAB
59, 10, -63Perceptual reference
OKLCH
oklch(65.2% 0.190 253)Modern perceptual

Dodger Blue is a vivid CSS named color at #1E90FF that feels faster, lighter, and more interaction-driven than standard Blue or Royal Blue. Use it when you need a brighter action color for links, buttons, highlights, and modern interface states.

Best text colorDark text
Body text contrast5.30:1
Best UsePrimary actions, active states, and energetic link emphasis

Tonal Scale

100#D7EBFF
300#98CCFF
500#47A4FF
600#1E90FF
800#1668B8

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

3.24:1Large text / UI only

Dark text on this color

Large headings and selective UI.

5.30:1Safe for body text

This color on light surface

Links, borders, and icons on light UI.

3.07:1Large text / UI only
Best text colorDark textContrast 5.30:1

Professional Reference

OKLCHoklch(65.2% 0.190 253)
Relative Luminance0.2744
Source TypeCSS Named Color
Classification
Blue FamilyCoolMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Ant Design Blue 5Material Blue A200Tailwind Blue 500

Accessibility Matrix

White text on this color

White text placed on the current color.

3.24:1Large text / UI only

Dark text on this color

Dark text or headings on the current color.

5.30:1AA

This color on light surface

Use this color for links, strokes, or icons on light UI.

3.07:1Large text / UI only

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

5.30:1AA
Best text colorDark textContrast 5.30:1 · AA

Where It Works

  • Primary buttons, active states, and link emphasis.
  • Bright and responsive; best in focused roles.
  • Pairs with white, navy neutrals, and softer blues.

Reference Notes

Last Updated
2026-06-25
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Dodger Blue is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Trust-building blues for enterprise and SaaS.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-dodger-blue: #1E90FF;
  --color-dodger-blue-rgb: 30 144 255;
}
Utility Class
class="bg-[#1E90FF] text-white"
class="hover:bg-[#1668B8] ring-1 ring-[#1E90FF]"
JSON Token
{
  "dodgerBlue": "#1E90FF",
  "dodgerBlueRgb": [30, 144, 255],
  "dodgerBlueHsl": [210, 100, 56]
}