Dodger Blue

#3086E8

Blue

Color Codes

All color formats for development

HEX
#3086E8
RGB
rgb(48, 134, 232)
HSL
hsl(212, 80%, 55%)
OKLCH
oklch(0.619 0.169 254.5)
CMYK
cmyk(79%, 42%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C3DC
300
#95C1
400
#5EA1
500
#3086
600
#166A
700
#1254
800
#0D3C
900
#0827
950
#0518

Shades

Darker variations

1#1977E3
2#166ACA
3#145DB1
4#115097
5#0E427E
6#0B3565
7#08284C
8#061B32
9#030D19

Tints

Lighter variations

1#4592EA
2#5A9EED
3#6EAAEF
4#83B6F1
5#98C3F4
6#ACCFF6
7#C1DBF8
8#D6E7FA
9#EAF3FD

Tones

Muted variations

1#3A87DF
2#4387D6
3#4C88CD
4#5589C3
5#5E89BA
6#688AB1
7#718AA8
8#7A8B9F
9#838C95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C3DC
#C3DCF8
Secondary backgroundsInput backgroundsDividers
300
95C1
#95C1F3
BordersInactive statesPlaceholder text
400
5EA1
#5EA1ED
Disabled statesSecondary iconsMuted text
500
3086
#3086E8
Primary brand colorCTAsActive elementsLinks
600
166A
#166ACA
Hover statesFocus ringsPrimary buttons hover
700
1254
#1254A1
Active/pressed statesDark mode accentsSecondary text
800
0D3C
#0D3C73
Text on light backgroundsHeadingsStrong borders
900
0827
#082749
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F7FD;
  --dodger-blue-100: #DFECFB;
  --dodger-blue-200: #C3DCF8;
  --dodger-blue-300: #95C1F3;
  --dodger-blue-400: #5EA1ED;
  --dodger-blue-500: #3086E8;
  --dodger-blue-600: #166ACA;
  --dodger-blue-700: #1254A1;
  --dodger-blue-800: #0D3C73;
  --dodger-blue-900: #082749;
  --dodger-blue-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color