Dodger Blue

#0491DC

Blue

Color Codes

All color formats for development

HEX
#0491DC
RGB
rgb(4, 145, 220)
HSL
hsl(201, 96%, 44%)
OKLCH
oklch(0.63 0.151 242.7)
CMYK
cmyk(98%, 34%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

3.45:1

AA AAA

On Black Background

6.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF2
200
#BEE7
300
#8CD5
400
#50BF
500
#1EAD
600
#0491
700
#0473
800
#0352
900
#0235
950
#0121

Shades

Darker variations

1#0482C6
2#0474B0
3#03659A
4#035784
5#02486E
6#023A58
7#012B42
8#011D2C
9#000E16

Tints

Lighter variations

1#05A3F8
2#1FAEFA
3#3BB8FB
4#57C2FC
5#73CCFC
6#8FD6FD
7#ABE0FD
8#C7EBFE
9#E3F5FE

Tones

Muted variations

1#0F8DD1
2#1A8AC6
3#2587BC
4#3084B1
5#3A80A6
6#457D9B
7#507A91
8#5B7786
9#65737B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF2
#DCF2FE
Light backgroundsTable row hoverSkeleton loading
200
BEE7
#BEE7FE
Secondary backgroundsInput backgroundsDividers
300
8CD5
#8CD5FD
BordersInactive statesPlaceholder text
400
50BF
#50BFFB
Disabled statesSecondary iconsMuted text
500
1EAD
#1EADFA
Primary brand colorCTAsActive elementsLinks
600
0491
#0491DC
Hover statesFocus ringsPrimary buttons hover
700
0473
#0473AF
Active/pressed statesDark mode accentsSecondary text
800
0352
#03527D
Text on light backgroundsHeadingsStrong borders
900
0235
#023550
Primary textHigh emphasis contentDark headings
950
0121
#012132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF2FE;
  --dodger-blue-200: #BEE7FE;
  --dodger-blue-300: #8CD5FD;
  --dodger-blue-400: #50BFFB;
  --dodger-blue-500: #1EADFA;
  --dodger-blue-600: #0491DC;
  --dodger-blue-700: #0473AF;
  --dodger-blue-800: #03527D;
  --dodger-blue-900: #023550;
  --dodger-blue-950: #012132;
}
Generate More ShadesCreate PaletteConvert Color