Dodger Blue

#0974D7

Blue

Color Codes

All color formats for development

HEX
#0974D7
RGB
rgb(9, 116, 215)
HSL
hsl(209, 92%, 44%)
OKLCH
oklch(0.562 0.174 253.8)
CMYK
cmyk(96%, 46%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

4.68:1

AA AAA

On Black Background

4.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEE
200
#BFDF
300
#8EC6
400
#54A8
500
#2390
600
#0974
700
#075C
800
#0542
900
#032A
950
#021A

Shades

Darker variations

1#0868C2
2#075DAC
3#065197
4#054581
5#043A6C
6#042E56
7#032341
8#02172B
9#010C16

Tints

Lighter variations

1#0A82F3
2#2490F6
3#3F9EF7
4#5AACF8
5#76BAF9
6#91C8FA
7#ADD5FC
8#C8E3FD
9#E4F1FE

Tones

Muted variations

1#1373CD
2#1E73C3
3#2873B8
4#3272AE
5#3D72A4
6#477299
7#51718F
8#5C7185
9#66717B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEE
#DDEEFE
Light backgroundsTable row hoverSkeleton loading
200
BFDF
#BFDFFC
Secondary backgroundsInput backgroundsDividers
300
8EC6
#8EC6FA
BordersInactive statesPlaceholder text
400
54A8
#54A8F8
Disabled statesSecondary iconsMuted text
500
2390
#2390F6
Primary brand colorCTAsActive elementsLinks
600
0974
#0974D7
Hover statesFocus ringsPrimary buttons hover
700
075C
#075CAB
Active/pressed statesDark mode accentsSecondary text
800
0542
#05427A
Text on light backgroundsHeadingsStrong borders
900
032A
#032A4E
Primary textHigh emphasis contentDark headings
950
021A
#021A31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F0F8FE;
  --dodger-blue-100: #DDEEFE;
  --dodger-blue-200: #BFDFFC;
  --dodger-blue-300: #8EC6FA;
  --dodger-blue-400: #54A8F8;
  --dodger-blue-500: #2390F6;
  --dodger-blue-600: #0974D7;
  --dodger-blue-700: #075CAB;
  --dodger-blue-800: #05427A;
  --dodger-blue-900: #032A4E;
  --dodger-blue-950: #021A31;
}
Generate More ShadesCreate PaletteConvert Color