Dodger Blue

#20A5F8

Blue

Color Codes

All color formats for development

HEX
#20A5F8
RGB
rgb(32, 165, 248)
HSL
hsl(203, 94%, 55%)
OKLCH
oklch(0.695 0.161 243.5)
CMYK
cmyk(87%, 33%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF1
200
#BFE5
300
#8DD1
400
#52B9
500
#20A5
600
#0789
700
#056D
800
#044E
900
#0232
950
#021F

Shades

Darker variations

1#089AF5
2#0789DA
3#0678BE
4#0567A3
5#045688
6#03446D
7#033352
8#022236
9#01111B

Tints

Lighter variations

1#37AEF9
2#4DB7F9
3#63C0FA
4#79C9FB
5#90D2FC
6#A6DBFC
7#BCE4FD
8#D2EDFE
9#E9F6FE

Tones

Muted variations

1#2BA3ED
2#36A0E3
3#419ED8
4#4C9BCD
5#5699C2
6#6196B7
7#6C94AD
8#7791A2
9#818F97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF1
#DCF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FD
Secondary backgroundsInput backgroundsDividers
300
8DD1
#8DD1FB
BordersInactive statesPlaceholder text
400
52B9
#52B9FA
Disabled statesSecondary iconsMuted text
500
20A5
#20A5F8
Primary brand colorCTAsActive elementsLinks
600
0789
#0789DA
Hover statesFocus ringsPrimary buttons hover
700
056D
#056DAD
Active/pressed statesDark mode accentsSecondary text
800
044E
#044E7C
Text on light backgroundsHeadingsStrong borders
900
0232
#02324F
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F9FF;
  --dodger-blue-100: #DCF1FE;
  --dodger-blue-200: #BFE5FD;
  --dodger-blue-300: #8DD1FB;
  --dodger-blue-400: #52B9FA;
  --dodger-blue-500: #20A5F8;
  --dodger-blue-600: #0789DA;
  --dodger-blue-700: #056DAD;
  --dodger-blue-800: #044E7C;
  --dodger-blue-900: #02324F;
  --dodger-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color