Dodger Blue

#3395E6

Blue

Color Codes

All color formats for development

HEX
#3395E6
RGB
rgb(51, 149, 230)
HSL
hsl(207, 78%, 55%)
OKLCH
oklch(0.652 0.15 247.9)
CMYK
cmyk(78%, 35%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

3.19:1

AA AAA

On Black Background

6.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C4E0
300
#97C9
400
#60AD
500
#3395
600
#1979
700
#1460
800
#0E45
900
#092C
950
#061B

Shades

Darker variations

1#1C88E1
2#1979C8
3#166AAF
4#135B96
5#0F4C7D
6#0C3C64
7#092D4B
8#061E32
9#030F19

Tints

Lighter variations

1#47A0E8
2#5CAAEB
3#70B5ED
4#84C0F0
5#99CAF2
6#ADD5F5
7#C2DFF7
8#D6EAFA
9#EBF4FC

Tones

Muted variations

1#3C94DD
2#4593D4
3#4E93CB
4#5792C2
5#5F91B9
6#6890B0
7#718FA7
8#7A8E9E
9#838D95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C4E0
#C4E0F8
Secondary backgroundsInput backgroundsDividers
300
97C9
#97C9F2
BordersInactive statesPlaceholder text
400
60AD
#60ADEB
Disabled statesSecondary iconsMuted text
500
3395
#3395E6
Primary brand colorCTAsActive elementsLinks
600
1979
#1979C8
Hover statesFocus ringsPrimary buttons hover
700
1460
#14609F
Active/pressed statesDark mode accentsSecondary text
800
0E45
#0E4571
Text on light backgroundsHeadingsStrong borders
900
092C
#092C49
Primary textHigh emphasis contentDark headings
950
061B
#061B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F8FD;
  --dodger-blue-100: #DFEFFB;
  --dodger-blue-200: #C4E0F8;
  --dodger-blue-300: #97C9F2;
  --dodger-blue-400: #60ADEB;
  --dodger-blue-500: #3395E6;
  --dodger-blue-600: #1979C8;
  --dodger-blue-700: #14609F;
  --dodger-blue-800: #0E4571;
  --dodger-blue-900: #092C49;
  --dodger-blue-950: #061B2D;
}
Generate More ShadesCreate PaletteConvert Color