Dodger Blue

#0494DC

Blue

Color Codes

All color formats for development

HEX
#0494DC
RGB
rgb(4, 148, 220)
HSL
hsl(200, 96%, 44%)
OKLCH
oklch(0.637 0.148 241.2)
CMYK
cmyk(98%, 33%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

3.35:1

AA AAA

On Black Background

6.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEE8
300
#8CD7
400
#50C2
500
#1EB1
600
#0494
700
#0476
800
#0354
900
#0236
950
#0122

Shades

Darker variations

1#0485C6
2#0476B0
3#03689A
4#035984
5#024A6E
6#023B58
7#012C42
8#011E2C
9#000F16

Tints

Lighter variations

1#05A7F8
2#1FB1FA
3#3BBBFB
4#57C5FC
5#73CEFC
6#8FD8FD
7#ABE2FD
8#C7ECFE
9#E3F5FE

Tones

Muted variations

1#0F91D1
2#1A8DC6
3#2589BC
4#3086B1
5#3A82A6
6#457F9B
7#507B91
8#5B7786
9#65747B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BEE8
#BEE8FE
Secondary backgroundsInput backgroundsDividers
300
8CD7
#8CD7FD
BordersInactive statesPlaceholder text
400
50C2
#50C2FB
Disabled statesSecondary iconsMuted text
500
1EB1
#1EB1FA
Primary brand colorCTAsActive elementsLinks
600
0494
#0494DC
Hover statesFocus ringsPrimary buttons hover
700
0476
#0476AF
Active/pressed statesDark mode accentsSecondary text
800
0354
#03547D
Text on light backgroundsHeadingsStrong borders
900
0236
#023650
Primary textHigh emphasis contentDark headings
950
0122
#012232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF3FE;
  --dodger-blue-200: #BEE8FE;
  --dodger-blue-300: #8CD7FD;
  --dodger-blue-400: #50C2FB;
  --dodger-blue-500: #1EB1FA;
  --dodger-blue-600: #0494DC;
  --dodger-blue-700: #0476AF;
  --dodger-blue-800: #03547D;
  --dodger-blue-900: #023650;
  --dodger-blue-950: #012232;
}
Generate More ShadesCreate PaletteConvert Color