Dodger Blue

#2073F8

Blue

Color Codes

All color formats for development

HEX
#2073F8
RGB
rgb(32, 115, 248)
HSL
hsl(217, 94%, 55%)
OKLCH
oklch(0.587 0.214 260.1)
CMYK
cmyk(87%, 54%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.31:1

AA AAA

On Black Background

4.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCE9
200
#BFD7
300
#8DB7
400
#5292
500
#2073
600
#0758
700
#0546
800
#0432
900
#0220
950
#0214

Shades

Darker variations

1#0863F5
2#0758DA
3#064DBE
4#0542A3
5#043788
6#032C6D
7#032152
8#021636
9#010B1B

Tints

Lighter variations

1#3781F9
2#4D8FF9
3#639DFA
4#79ABFB
5#90B9FC
6#A6C7FC
7#BCD5FD
8#D2E3FE
9#E9F1FE

Tones

Muted variations

1#2B76ED
2#3678E3
3#417BD8
4#4C7DCD
5#5680C2
6#6182B7
7#6C85AD
8#7787A2
9#818A97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD7
#BFD7FD
Secondary backgroundsInput backgroundsDividers
300
8DB7
#8DB7FB
BordersInactive statesPlaceholder text
400
5292
#5292FA
Disabled statesSecondary iconsMuted text
500
2073
#2073F8
Primary brand colorCTAsActive elementsLinks
600
0758
#0758DA
Hover statesFocus ringsPrimary buttons hover
700
0546
#0546AD
Active/pressed statesDark mode accentsSecondary text
800
0432
#04327C
Text on light backgroundsHeadingsStrong borders
900
0220
#02204F
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FF;
  --dodger-blue-100: #DCE9FE;
  --dodger-blue-200: #BFD7FD;
  --dodger-blue-300: #8DB7FB;
  --dodger-blue-400: #5292FA;
  --dodger-blue-500: #2073F8;
  --dodger-blue-600: #0758DA;
  --dodger-blue-700: #0546AD;
  --dodger-blue-800: #04327C;
  --dodger-blue-900: #02204F;
  --dodger-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color