Dodger Blue

#3292E7

Blue

Color Codes

All color formats for development

HEX
#3292E7
RGB
rgb(50, 146, 231)
HSL
hsl(208, 79%, 55%)
OKLCH
oklch(0.646 0.155 249.5)
CMYK
cmyk(78%, 37%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

3.28:1

AA AAA

On Black Background

6.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C4E0
300
#96C7
400
#5FAA
500
#3292
600
#1876
700
#135E
800
#0D43
900
#092B
950
#051B

Shades

Darker variations

1#1B85E2
2#1876C9
3#1567B0
4#125997
5#0F4A7E
6#0C3B64
7#092C4B
8#061E32
9#030F19

Tints

Lighter variations

1#469DE9
2#5BA8EC
3#6FB3EE
4#84BEF1
5#98C9F3
6#ADD4F5
7#C1DEF8
8#D6E9FA
9#EAF4FD

Tones

Muted variations

1#3B92DE
2#4491D5
3#4D90CC
4#5690C3
5#5F8FBA
6#688FB1
7#718EA7
8#7A8D9E
9#838D95

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFB
Light backgroundsTable row hoverSkeleton loading
200
C4E0
#C4E0F8
Secondary backgroundsInput backgroundsDividers
300
96C7
#96C7F3
BordersInactive statesPlaceholder text
400
5FAA
#5FAAEC
Disabled statesSecondary iconsMuted text
500
3292
#3292E7
Primary brand colorCTAsActive elementsLinks
600
1876
#1876C9
Hover statesFocus ringsPrimary buttons hover
700
135E
#135EA0
Active/pressed statesDark mode accentsSecondary text
800
0D43
#0D4372
Text on light backgroundsHeadingsStrong borders
900
092B
#092B49
Primary textHigh emphasis contentDark headings
950
051B
#051B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --dodger-blue-50: #F1F8FD;
  --dodger-blue-100: #DFEEFB;
  --dodger-blue-200: #C4E0F8;
  --dodger-blue-300: #96C7F3;
  --dodger-blue-400: #5FAAEC;
  --dodger-blue-500: #3292E7;
  --dodger-blue-600: #1876C9;
  --dodger-blue-700: #135EA0;
  --dodger-blue-800: #0D4372;
  --dodger-blue-900: #092B49;
  --dodger-blue-950: #051B2E;
}
Generate More ShadesCreate PaletteConvert Color