Dodger Blue

#20ADF8

Blue

Color Codes

All color formats for development

HEX
#20ADF8
RGB
rgb(32, 173, 248)
HSL
hsl(201, 94%, 55%)
OKLCH
oklch(0.713 0.155 239.6)
CMYK
cmyk(87%, 30%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.50:1

AA AAA

On Black Background

8.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF2
200
#BFE7
300
#8DD5
400
#52BF
500
#20AD
600
#0790
700
#0572
800
#0452
900
#0234
950
#0221

Shades

Darker variations

1#08A2F5
2#0790DA
3#067EBE
4#056CA3
5#045A88
6#03486D
7#033652
8#022436
9#01121B

Tints

Lighter variations

1#37B5F9
2#4DBDF9
3#63C5FA
4#79CEFB
5#90D6FC
6#A6DEFC
7#BCE6FD
8#D2EFFE
9#E9F7FE

Tones

Muted variations

1#2BA9ED
2#36A6E3
3#41A3D8
4#4CA0CD
5#569CC2
6#6199B7
7#6C96AD
8#7793A2
9#818F97

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
BFE7
#BFE7FD
Secondary backgroundsInput backgroundsDividers
300
8DD5
#8DD5FB
BordersInactive statesPlaceholder text
400
52BF
#52BFFA
Disabled statesSecondary iconsMuted text
500
20AD
#20ADF8
Primary brand colorCTAsActive elementsLinks
600
0790
#0790DA
Hover statesFocus ringsPrimary buttons hover
700
0572
#0572AD
Active/pressed statesDark mode accentsSecondary text
800
0452
#04527C
Text on light backgroundsHeadingsStrong borders
900
0234
#02344F
Primary textHigh emphasis contentDark headings
950
0221
#022131
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: #BFE7FD;
  --dodger-blue-300: #8DD5FB;
  --dodger-blue-400: #52BFFA;
  --dodger-blue-500: #20ADF8;
  --dodger-blue-600: #0790DA;
  --dodger-blue-700: #0572AD;
  --dodger-blue-800: #04527C;
  --dodger-blue-900: #02344F;
  --dodger-blue-950: #022131;
}
Generate More ShadesCreate PaletteConvert Color