Dodger Blue

#1383CD

Blue

Color Codes

All color formats for development

HEX
#1383CD
RGB
rgb(19, 131, 205)
HSL
hsl(204, 83%, 44%)
OKLCH
oklch(0.59 0.145 245.6)
CMYK
cmyk(91%, 36%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

4.07:1

AA AAA

On Black Background

5.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DEF0
200
#C2E3
300
#94CE
400
#5CB5
500
#2D9F
600
#1383
700
#0F68
800
#0B4A
900
#0730
950
#041E

Shades

Darker variations

1#1176B9
2#0F69A4
3#0D5C90
4#0B4E7B
5#0A4167
6#083452
7#06273E
8#041A29
9#020D15

Tints

Lighter variations

1#1693E7
2#2EA0EC
3#48ACEE
4#62B8F0
5#7CC3F3
6#96CFF5
7#B1DBF8
8#CBE7FA
9#E5F3FD

Tones

Muted variations

1#1C81C4
2#267FBB
3#2F7DB1
4#387BA8
5#427A9F
6#4B7895
7#54768C
8#5E7483
9#67727A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DEF0
#DEF0FC
Light backgroundsTable row hoverSkeleton loading
200
C2E3
#C2E3F9
Secondary backgroundsInput backgroundsDividers
300
94CE
#94CEF5
BordersInactive statesPlaceholder text
400
5CB5
#5CB5F0
Disabled statesSecondary iconsMuted text
500
2D9F
#2D9FEB
Primary brand colorCTAsActive elementsLinks
600
1383
#1383CD
Hover statesFocus ringsPrimary buttons hover
700
0F68
#0F68A3
Active/pressed statesDark mode accentsSecondary text
800
0B4A
#0B4A75
Text on light backgroundsHeadingsStrong borders
900
0730
#07304B
Primary textHigh emphasis contentDark headings
950
041E
#041E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F9FE;
  --dodger-blue-100: #DEF0FC;
  --dodger-blue-200: #C2E3F9;
  --dodger-blue-300: #94CEF5;
  --dodger-blue-400: #5CB5F0;
  --dodger-blue-500: #2D9FEB;
  --dodger-blue-600: #1383CD;
  --dodger-blue-700: #0F68A3;
  --dodger-blue-800: #0B4A75;
  --dodger-blue-900: #07304B;
  --dodger-blue-950: #041E2F;
}
Generate More ShadesCreate PaletteConvert Color