Dodger Blue

#206FF8

Blue

Color Codes

All color formats for development

HEX
#206FF8
RGB
rgb(32, 111, 248)
HSL
hsl(218, 94%, 55%)
OKLCH
oklch(0.579 0.218 260.9)
CMYK
cmyk(87%, 55%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

4.48:1

AA AAA

On Black Background

4.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE9
200
#BFD6
300
#8DB6
400
#528F
500
#206F
600
#0754
700
#0543
800
#0430
900
#021F
950
#0213

Shades

Darker variations

1#085FF5
2#0754DA
3#064ABE
4#053FA3
5#043588
6#032A6D
7#032052
8#021536
9#010B1B

Tints

Lighter variations

1#377EF9
2#4D8CF9
3#639BFA
4#79A9FB
5#90B7FC
6#A6C6FC
7#BCD4FD
8#D2E2FE
9#E9F1FE

Tones

Muted variations

1#2B72ED
2#3675E3
3#4178D8
4#4C7BCD
5#567EC2
6#6181B7
7#6C84AD
8#7786A2
9#818997

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8DB6
#8DB6FB
BordersInactive statesPlaceholder text
400
528F
#528FFA
Disabled statesSecondary iconsMuted text
500
206F
#206FF8
Primary brand colorCTAsActive elementsLinks
600
0754
#0754DA
Hover statesFocus ringsPrimary buttons hover
700
0543
#0543AD
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307C
Text on light backgroundsHeadingsStrong borders
900
021F
#021F4F
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F5FF;
  --dodger-blue-100: #DCE9FE;
  --dodger-blue-200: #BFD6FD;
  --dodger-blue-300: #8DB6FB;
  --dodger-blue-400: #528FFA;
  --dodger-blue-500: #206FF8;
  --dodger-blue-600: #0754DA;
  --dodger-blue-700: #0543AD;
  --dodger-blue-800: #04307C;
  --dodger-blue-900: #021F4F;
  --dodger-blue-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color