Dodger Blue

#2077F8

Blue

Color Codes

All color formats for development

HEX
#2077F8
RGB
rgb(32, 119, 248)
HSL
hsl(216, 94%, 55%)
OKLCH
oklch(0.595 0.209 259.2)
CMYK
cmyk(87%, 52%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BFD8
300
#8DB9
400
#5295
500
#2077
600
#075B
700
#0548
800
#0434
900
#0221
950
#0215

Shades

Darker variations

1#0866F5
2#075BDA
3#0650BE
4#0544A3
5#043988
6#032E6D
7#032252
8#021736
9#010B1B

Tints

Lighter variations

1#3784F9
2#4D92F9
3#63A0FA
4#79ADFB
5#90BBFC
6#A6C8FC
7#BCD6FD
8#D2E4FE
9#E9F1FE

Tones

Muted variations

1#2B79ED
2#367BE3
3#417DD8
4#4C7FCD
5#5681C2
6#6184B7
7#6C86AD
8#7788A2
9#818A97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FD
Secondary backgroundsInput backgroundsDividers
300
8DB9
#8DB9FB
BordersInactive statesPlaceholder text
400
5295
#5295FA
Disabled statesSecondary iconsMuted text
500
2077
#2077F8
Primary brand colorCTAsActive elementsLinks
600
075B
#075BDA
Hover statesFocus ringsPrimary buttons hover
700
0548
#0548AD
Active/pressed statesDark mode accentsSecondary text
800
0434
#04347C
Text on light backgroundsHeadingsStrong borders
900
0221
#02214F
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FF;
  --dodger-blue-100: #DCEAFE;
  --dodger-blue-200: #BFD8FD;
  --dodger-blue-300: #8DB9FB;
  --dodger-blue-400: #5295FA;
  --dodger-blue-500: #2077F8;
  --dodger-blue-600: #075BDA;
  --dodger-blue-700: #0548AD;
  --dodger-blue-800: #04347C;
  --dodger-blue-900: #02214F;
  --dodger-blue-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color