Dodger Blue

#20B4F8

Blue

Color Codes

All color formats for development

HEX
#20B4F8
RGB
rgb(32, 180, 248)
HSL
hsl(199, 94%, 55%)
OKLCH
oklch(0.729 0.15 235.9)
CMYK
cmyk(87%, 27%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BFE9
300
#8DD9
400
#52C5
500
#20B4
600
#0797
700
#0578
800
#0456
900
#0237
950
#0222

Shades

Darker variations

1#08AAF5
2#0797DA
3#0684BE
4#0571A3
5#045E88
6#034B6D
7#033952
8#022636
9#01131B

Tints

Lighter variations

1#37BBF9
2#4DC3F9
3#63CAFA
4#79D2FB
5#90D9FC
6#A6E1FC
7#BCE8FD
8#D2F0FE
9#E9F7FE

Tones

Muted variations

1#2BB0ED
2#36ACE3
3#41A8D8
4#4CA4CD
5#56A0C2
6#619CB7
7#6C98AD
8#7794A2
9#819097

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
BFE9
#BFE9FD
Secondary backgroundsInput backgroundsDividers
300
8DD9
#8DD9FB
BordersInactive statesPlaceholder text
400
52C5
#52C5FA
Disabled statesSecondary iconsMuted text
500
20B4
#20B4F8
Primary brand colorCTAsActive elementsLinks
600
0797
#0797DA
Hover statesFocus ringsPrimary buttons hover
700
0578
#0578AD
Active/pressed statesDark mode accentsSecondary text
800
0456
#04567C
Text on light backgroundsHeadingsStrong borders
900
0237
#02374F
Primary textHigh emphasis contentDark headings
950
0222
#022231
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: #BFE9FD;
  --dodger-blue-300: #8DD9FB;
  --dodger-blue-400: #52C5FA;
  --dodger-blue-500: #20B4F8;
  --dodger-blue-600: #0797DA;
  --dodger-blue-700: #0578AD;
  --dodger-blue-800: #04567C;
  --dodger-blue-900: #02374F;
  --dodger-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color