Dodger Blue

#087BD9

Blue

Color Codes

All color formats for development

HEX
#087BD9
RGB
rgb(8, 123, 217)
HSL
hsl(207, 93%, 44%)
OKLCH
oklch(0.578 0.169 251.7)
CMYK
cmyk(96%, 43%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

4.33:1

AA AAA

On Black Background

4.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEF
200
#BFE1
300
#8ECA
400
#53AE
500
#2297
600
#087B
700
#0662
800
#0446
900
#032D
950
#021C

Shades

Darker variations

1#076EC3
2#0662AD
3#055698
4#054A82
5#043D6C
6#033157
7#022541
8#02192B
9#010C16

Tints

Lighter variations

1#098AF4
2#2397F7
3#3EA4F8
4#5AB1F9
5#75BEFA
6#91CBFB
7#ACD8FC
8#C8E5FD
9#E3F2FE

Tones

Muted variations

1#127ACE
2#1D79C4
3#2778B9
4#3276AF
5#3C75A4
6#46749A
7#517390
8#5B7285
9#66717B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFE
Light backgroundsTable row hoverSkeleton loading
200
BFE1
#BFE1FD
Secondary backgroundsInput backgroundsDividers
300
8ECA
#8ECAFB
BordersInactive statesPlaceholder text
400
53AE
#53AEF9
Disabled statesSecondary iconsMuted text
500
2297
#2297F7
Primary brand colorCTAsActive elementsLinks
600
087B
#087BD9
Hover statesFocus ringsPrimary buttons hover
700
0662
#0662AC
Active/pressed statesDark mode accentsSecondary text
800
0446
#04467B
Text on light backgroundsHeadingsStrong borders
900
032D
#032D4F
Primary textHigh emphasis contentDark headings
950
021C
#021C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F8FE;
  --dodger-blue-100: #DDEFFE;
  --dodger-blue-200: #BFE1FD;
  --dodger-blue-300: #8ECAFB;
  --dodger-blue-400: #53AEF9;
  --dodger-blue-500: #2297F7;
  --dodger-blue-600: #087BD9;
  --dodger-blue-700: #0662AC;
  --dodger-blue-800: #04467B;
  --dodger-blue-900: #032D4F;
  --dodger-blue-950: #021C31;
}
Generate More ShadesCreate PaletteConvert Color