Dodger Blue

#5095FB

Blue

Color Codes

All color formats for development

HEX
#5095FB
RGB
rgb(80, 149, 251)
HSL
hsl(216, 96%, 65%)
OKLCH
oklch(0.674 0.167 258.2)
CMYK
cmyk(68%, 41%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BED7
300
#8CB9
400
#5095
500
#1E76
600
#045B
700
#0448
800
#0334
900
#0221
950
#0115

Shades

Darker variations

1#3081FB
2#0F6DFA
3#055EE3
4#0450C3
5#0343A2
6#033682
7#022861
8#011B41
9#010D20

Tints

Lighter variations

1#629FFC
2#73AAFC
3#85B5FD
4#96BFFD
5#A8CAFD
6#B9D4FE
7#CBDFFE
8#DCEAFE
9#EEF4FF

Tones

Muted variations

1#5996F3
2#6198EA
3#6A9AE2
4#729BD9
5#7B9DD1
6#839FC8
7#8CA1BF
8#95A2B7
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
BED7
#BED7FE
Secondary backgroundsInput backgroundsDividers
300
8CB9
#8CB9FD
BordersInactive statesPlaceholder text
400
5095
#5095FB
Disabled statesSecondary iconsMuted text
500
1E76
#1E76FA
Primary brand colorCTAsActive elementsLinks
600
045B
#045BDC
Hover statesFocus ringsPrimary buttons hover
700
0448
#0448AF
Active/pressed statesDark mode accentsSecondary text
800
0334
#03347D
Text on light backgroundsHeadingsStrong borders
900
0221
#022150
Primary textHigh emphasis contentDark headings
950
0115
#011532
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: #BED7FE;
  --dodger-blue-300: #8CB9FD;
  --dodger-blue-400: #5095FB;
  --dodger-blue-500: #1E76FA;
  --dodger-blue-600: #045BDC;
  --dodger-blue-700: #0448AF;
  --dodger-blue-800: #03347D;
  --dodger-blue-900: #022150;
  --dodger-blue-950: #011532;
}
Generate More ShadesCreate PaletteConvert Color