Dodger Blue

#2474F5

Blue

Color Codes

All color formats for development

HEX
#2474F5
RGB
rgb(36, 116, 245)
HSL
hsl(217, 91%, 55%)
OKLCH
oklch(0.587 0.208 260)
CMYK
cmyk(85%, 53%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

4.29:1

AA AAA

On Black Background

4.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#0B63F1
2#0A58D6
3#094DBC
4#0842A1
5#063786
6#052C6B
7#042150
8#031636
9#010B1B

Tints

Lighter variations

1#3A82F6
2#5090F7
3#669EF8
4#7BACF9
5#91B9FA
6#A7C7FB
7#BDD5FC
8#D3E3FD
9#E9F1FE

Tones

Muted variations

1#2E76EA
2#3979E0
3#437BD5
4#4E7ECB
5#5880C0
6#6283B6
7#6D85AC
8#7787A1
9#828A97

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F6FE;
  --dodger-blue-100: #DDE9FD;
  --dodger-blue-200: #C0D7FC;
  --dodger-blue-300: #8FB8FA;
  --dodger-blue-400: #5593F7;
  --dodger-blue-500: #2474F5;
  --dodger-blue-600: #0A58D6;
  --dodger-blue-700: #0846AA;
  --dodger-blue-800: #06327A;
  --dodger-blue-900: #04204E;
  --dodger-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color