Dodger Blue

#559BF7

Blue

Color Codes

All color formats for development

HEX
#559BF7
RGB
rgb(85, 155, 247)
HSL
hsl(214, 91%, 65%)
OKLCH
oklch(0.686 0.154 256)
CMYK
cmyk(66%, 37%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.83:1

AA AAA

On Black Background

7.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEB
200
#C0DA
300
#8FBD
400
#559B
500
#247E
600
#0A63
700
#084E
800
#0638
900
#0424
950
#0216

Shades

Darker variations

1#3588F5
2#1576F4
3#0A66DE
4#0957BE
5#07499E
6#063A7F
7#042C5F
8#031D3F
9#010F20

Tints

Lighter variations

1#66A5F8
2#77AFF9
3#88B9F9
4#99C3FA
5#AACDFB
6#BBD7FC
7#CCE1FD
8#DDEBFD
9#EEF5FE

Tones

Muted variations

1#5D9CEF
2#659DE7
3#6D9EDF
4#759FD6
5#7DA0CE
6#85A1C6
7#8DA3BE
8#96A4B6
9#9EA5AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C0DA
#C0DAFC
Secondary backgroundsInput backgroundsDividers
300
8FBD
#8FBDFA
BordersInactive statesPlaceholder text
400
559B
#559BF7
Disabled statesSecondary iconsMuted text
500
247E
#247EF5
Primary brand colorCTAsActive elementsLinks
600
0A63
#0A63D6
Hover statesFocus ringsPrimary buttons hover
700
084E
#084EAA
Active/pressed statesDark mode accentsSecondary text
800
0638
#06387A
Text on light backgroundsHeadingsStrong borders
900
0424
#04244E
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: #F0F6FE;
  --dodger-blue-100: #DDEBFD;
  --dodger-blue-200: #C0DAFC;
  --dodger-blue-300: #8FBDFA;
  --dodger-blue-400: #559BF7;
  --dodger-blue-500: #247EF5;
  --dodger-blue-600: #0A63D6;
  --dodger-blue-700: #084EAA;
  --dodger-blue-800: #06387A;
  --dodger-blue-900: #04244E;
  --dodger-blue-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color