Dodger Blue

#207EF8

Blue

Color Codes

All color formats for development

HEX
#207EF8
RGB
rgb(32, 126, 248)
HSL
hsl(214, 94%, 55%)
OKLCH
oklch(0.609 0.201 257.5)
CMYK
cmyk(87%, 49%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

3.89:1

AA AAA

On Black Background

5.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEB
200
#BFDA
300
#8DBD
400
#529B
500
#207E
600
#0762
700
#054E
800
#0438
900
#0224
950
#0216

Shades

Darker variations

1#086EF5
2#0762DA
3#0656BE
4#054AA3
5#043D88
6#03316D
7#032552
8#021936
9#010C1B

Tints

Lighter variations

1#378BF9
2#4D98F9
3#63A5FA
4#79B2FB
5#90BEFC
6#A6CBFC
7#BCD8FD
8#D2E5FE
9#E9F2FE

Tones

Muted variations

1#2B7FED
2#3681E3
3#4182D8
4#4C84CD
5#5685C2
6#6186B7
7#6C88AD
8#7789A2
9#818B97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEB
#DCEBFE
Light backgroundsTable row hoverSkeleton loading
200
BFDA
#BFDAFD
Secondary backgroundsInput backgroundsDividers
300
8DBD
#8DBDFB
BordersInactive statesPlaceholder text
400
529B
#529BFA
Disabled statesSecondary iconsMuted text
500
207E
#207EF8
Primary brand colorCTAsActive elementsLinks
600
0762
#0762DA
Hover statesFocus ringsPrimary buttons hover
700
054E
#054EAD
Active/pressed statesDark mode accentsSecondary text
800
0438
#04387C
Text on light backgroundsHeadingsStrong borders
900
0224
#02244F
Primary textHigh emphasis contentDark headings
950
0216
#021631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FF;
  --dodger-blue-100: #DCEBFE;
  --dodger-blue-200: #BFDAFD;
  --dodger-blue-300: #8DBDFB;
  --dodger-blue-400: #529BFA;
  --dodger-blue-500: #207EF8;
  --dodger-blue-600: #0762DA;
  --dodger-blue-700: #054EAD;
  --dodger-blue-800: #04387C;
  --dodger-blue-900: #02244F;
  --dodger-blue-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color