Dodger Blue

#0477DC

Blue

Color Codes

All color formats for development

HEX
#0477DC
RGB
rgb(4, 119, 220)
HSL
hsl(208, 96%, 44%)
OKLCH
oklch(0.571 0.177 253.5)
CMYK
cmyk(98%, 46%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

4.49:1

AA AAA

On Black Background

4.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEE
200
#BEE0
300
#8CC8
400
#50AB
500
#1E94
600
#0477
700
#045F
800
#0344
900
#022B
950
#011B

Shades

Darker variations

1#046BC6
2#0460B0
3#03549A
4#034884
5#023C6E
6#023058
7#012442
8#01182C
9#000C16

Tints

Lighter variations

1#0587F8
2#1F94FA
3#3BA1FB
4#57AFFC
5#73BCFC
6#8FCAFD
7#ABD7FD
8#C7E4FE
9#E3F2FE

Tones

Muted variations

1#0F77D1
2#1A76C6
3#2575BC
4#3075B1
5#3A74A6
6#45739B
7#507291
8#5B7286
9#65717B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEE
#DCEEFE
Light backgroundsTable row hoverSkeleton loading
200
BEE0
#BEE0FE
Secondary backgroundsInput backgroundsDividers
300
8CC8
#8CC8FD
BordersInactive statesPlaceholder text
400
50AB
#50ABFB
Disabled statesSecondary iconsMuted text
500
1E94
#1E94FA
Primary brand colorCTAsActive elementsLinks
600
0477
#0477DC
Hover statesFocus ringsPrimary buttons hover
700
045F
#045FAF
Active/pressed statesDark mode accentsSecondary text
800
0344
#03447D
Text on light backgroundsHeadingsStrong borders
900
022B
#022B50
Primary textHigh emphasis contentDark headings
950
011B
#011B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F8FF;
  --dodger-blue-100: #DCEEFE;
  --dodger-blue-200: #BEE0FE;
  --dodger-blue-300: #8CC8FD;
  --dodger-blue-400: #50ABFB;
  --dodger-blue-500: #1E94FA;
  --dodger-blue-600: #0477DC;
  --dodger-blue-700: #045FAF;
  --dodger-blue-800: #03447D;
  --dodger-blue-900: #022B50;
  --dodger-blue-950: #011B32;
}
Generate More ShadesCreate PaletteConvert Color