Dodger Blue

#5298FA

Blue

Color Codes

All color formats for development

HEX
#5298FA
RGB
rgb(82, 152, 250)
HSL
hsl(215, 94%, 65%)
OKLCH
oklch(0.68 0.162 257.2)
CMYK
cmyk(67%, 39%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.90:1

AA AAA

On Black Background

7.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BFD9
300
#8DBB
400
#5298
500
#207A
600
#075F
700
#054B
800
#0436
900
#0222
950
#0216

Shades

Darker variations

1#3285F9
2#1271F8
3#0762E1
4#0654C1
5#0546A1
6#043881
7#032A60
8#021C40
9#010E20

Tints

Lighter variations

1#63A2FA
2#74ACFB
3#86B7FB
4#97C1FC
5#A8CBFC
6#BAD6FD
7#CBE0FD
8#DCEAFE
9#EEF5FE

Tones

Muted variations

1#5A99F1
2#639BE9
3#6B9CE0
4#739DD8
5#7C9FD0
6#84A0C7
7#8DA2BF
8#95A3B7
9#9DA4AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD9
#BFD9FD
Secondary backgroundsInput backgroundsDividers
300
8DBB
#8DBBFB
BordersInactive statesPlaceholder text
400
5298
#5298FA
Disabled statesSecondary iconsMuted text
500
207A
#207AF8
Primary brand colorCTAsActive elementsLinks
600
075F
#075FDA
Hover statesFocus ringsPrimary buttons hover
700
054B
#054BAD
Active/pressed statesDark mode accentsSecondary text
800
0436
#04367C
Text on light backgroundsHeadingsStrong borders
900
0222
#02224F
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: #DCEAFE;
  --dodger-blue-200: #BFD9FD;
  --dodger-blue-300: #8DBBFB;
  --dodger-blue-400: #5298FA;
  --dodger-blue-500: #207AF8;
  --dodger-blue-600: #075FDA;
  --dodger-blue-700: #054BAD;
  --dodger-blue-800: #04367C;
  --dodger-blue-900: #02224F;
  --dodger-blue-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color