Dodger Blue

#1392CD

Blue

Color Codes

All color formats for development

HEX
#1392CD
RGB
rgb(19, 146, 205)
HSL
hsl(199, 83%, 44%)
OKLCH
oklch(0.626 0.132 236.9)
CMYK
cmyk(91%, 29%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

3.49:1

AA AAA

On Black Background

6.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF3
200
#C2E8
300
#94D6
400
#5CC1
500
#2DAF
600
#1392
700
#0F74
800
#0B53
900
#0735
950
#0421

Shades

Darker variations

1#1184B9
2#0F75A4
3#0D6690
4#0B587B
5#0A4967
6#083B52
7#062C3E
8#041D29
9#020F15

Tints

Lighter variations

1#16A5E7
2#2EB0EC
3#48B9EE
4#62C3F0
5#7CCDF3
6#96D7F5
7#B1E1F8
8#CBEBFA
9#E5F5FD

Tones

Muted variations

1#1C8FC4
2#268CBB
3#2F88B1
4#3885A8
5#42819F
6#4B7E95
7#547A8C
8#5E7783
9#67747A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF3
#DEF3FC
Light backgroundsTable row hoverSkeleton loading
200
C2E8
#C2E8F9
Secondary backgroundsInput backgroundsDividers
300
94D6
#94D6F5
BordersInactive statesPlaceholder text
400
5CC1
#5CC1F0
Disabled statesSecondary iconsMuted text
500
2DAF
#2DAFEB
Primary brand colorCTAsActive elementsLinks
600
1392
#1392CD
Hover statesFocus ringsPrimary buttons hover
700
0F74
#0F74A3
Active/pressed statesDark mode accentsSecondary text
800
0B53
#0B5375
Text on light backgroundsHeadingsStrong borders
900
0735
#07354B
Primary textHigh emphasis contentDark headings
950
0421
#04212F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1FAFE;
  --dodger-blue-100: #DEF3FC;
  --dodger-blue-200: #C2E8F9;
  --dodger-blue-300: #94D6F5;
  --dodger-blue-400: #5CC1F0;
  --dodger-blue-500: #2DAFEB;
  --dodger-blue-600: #1392CD;
  --dodger-blue-700: #0F74A3;
  --dodger-blue-800: #0B5375;
  --dodger-blue-900: #07354B;
  --dodger-blue-950: #04212F;
}
Generate More ShadesCreate PaletteConvert Color