Dodger Blue

#20B7F8

Blue

Color Codes

All color formats for development

HEX
#20B7F8
RGB
rgb(32, 183, 248)
HSL
hsl(198, 94%, 55%)
OKLCH
oklch(0.736 0.148 234.3)
CMYK
cmyk(87%, 26%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.29:1

AA AAA

On Black Background

9.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BFEA
300
#8DDA
400
#52C7
500
#20B7
600
#079A
700
#057B
800
#0458
900
#0238
950
#0223

Shades

Darker variations

1#08AEF5
2#079ADA
3#0687BE
4#0574A3
5#046088
6#034D6D
7#033A52
8#022736
9#01131B

Tints

Lighter variations

1#37BFF9
2#4DC6F9
3#63CDFA
4#79D4FB
5#90DBFC
6#A6E2FC
7#BCEAFD
8#D2F1FE
9#E9F8FE

Tones

Muted variations

1#2BB3ED
2#36AFE3
3#41AAD8
4#4CA6CD
5#56A2C2
6#619EB7
7#6C99AD
8#7795A2
9#819197

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF4
#DCF4FE
Light backgroundsTable row hoverSkeleton loading
200
BFEA
#BFEAFD
Secondary backgroundsInput backgroundsDividers
300
8DDA
#8DDAFB
BordersInactive statesPlaceholder text
400
52C7
#52C7FA
Disabled statesSecondary iconsMuted text
500
20B7
#20B7F8
Primary brand colorCTAsActive elementsLinks
600
079A
#079ADA
Hover statesFocus ringsPrimary buttons hover
700
057B
#057BAD
Active/pressed statesDark mode accentsSecondary text
800
0458
#04587C
Text on light backgroundsHeadingsStrong borders
900
0238
#02384F
Primary textHigh emphasis contentDark headings
950
0223
#022331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0FAFF;
  --dodger-blue-100: #DCF4FE;
  --dodger-blue-200: #BFEAFD;
  --dodger-blue-300: #8DDAFB;
  --dodger-blue-400: #52C7FA;
  --dodger-blue-500: #20B7F8;
  --dodger-blue-600: #079ADA;
  --dodger-blue-700: #057BAD;
  --dodger-blue-800: #04587C;
  --dodger-blue-900: #02384F;
  --dodger-blue-950: #022331;
}
Generate More ShadesCreate PaletteConvert Color