Dodger Blue

#247EF5

Blue

Color Codes

All color formats for development

HEX
#247EF5
RGB
rgb(36, 126, 245)
HSL
hsl(214, 91%, 55%)
OKLCH
oklch(0.608 0.197 257.5)
CMYK
cmyk(85%, 49%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.90:1

AA AAA

On Black Background

5.38: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#0B6FF1
2#0A63D6
3#0956BC
4#084AA1
5#063E86
6#05316B
7#042550
8#031936
9#010C1B

Tints

Lighter variations

1#3A8BF6
2#5098F7
3#66A5F8
4#7BB2F9
5#91BFFA
6#A7CCFB
7#BDD8FC
8#D3E5FD
9#E9F2FE

Tones

Muted variations

1#2E80EA
2#3981E0
3#4383D5
4#4E84CB
5#5885C0
6#6287B6
7#6D88AC
8#7789A1
9#828B97

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