Dodger Blue

#1E8CFA

Blue

Color Codes

All color formats for development

HEX
#1E8CFA
RGB
rgb(30, 140, 250)
HSL
hsl(210, 96%, 55%)
OKLCH
oklch(0.64 0.188 253.6)
CMYK
cmyk(88%, 44%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

3.39:1

AA AAA

On Black Background

6.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DCED
200
#BEDE
300
#8CC4
400
#50A6
500
#1E8C
600
#0470
700
#0459
800
#0340
900
#0229
950
#011A

Shades

Darker variations

1#057EF7
2#0470DC
3#0462C0
4#0354A5
5#034689
6#02386E
7#022A52
8#011C37
9#010E1B

Tints

Lighter variations

1#3598FB
2#4BA3FB
3#62AFFC
4#78BAFC
5#8FC6FD
6#A5D1FD
7#BCDDFE
8#D2E8FE
9#E9F4FF

Tones

Muted variations

1#298CEF
2#348CE4
3#3F8CD9
4#4A8CCE
5#558CC3
6#608CB8
7#6B8CAD
8#768CA2
9#818C97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FF
BackgroundsSubtle highlightsCard backgrounds
100
DCED
#DCEDFE
Light backgroundsTable row hoverSkeleton loading
200
BEDE
#BEDEFE
Secondary backgroundsInput backgroundsDividers
300
8CC4
#8CC4FD
BordersInactive statesPlaceholder text
400
50A6
#50A6FB
Disabled statesSecondary iconsMuted text
500
1E8C
#1E8CFA
Primary brand colorCTAsActive elementsLinks
600
0470
#0470DC
Hover statesFocus ringsPrimary buttons hover
700
0459
#0459AF
Active/pressed statesDark mode accentsSecondary text
800
0340
#03407D
Text on light backgroundsHeadingsStrong borders
900
0229
#022950
Primary textHigh emphasis contentDark headings
950
011A
#011A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F7FF;
  --dodger-blue-100: #DCEDFE;
  --dodger-blue-200: #BEDEFE;
  --dodger-blue-300: #8CC4FD;
  --dodger-blue-400: #50A6FB;
  --dodger-blue-500: #1E8CFA;
  --dodger-blue-600: #0470DC;
  --dodger-blue-700: #0459AF;
  --dodger-blue-800: #03407D;
  --dodger-blue-900: #022950;
  --dodger-blue-950: #011A32;
}
Generate More ShadesCreate PaletteConvert Color