Dodger Blue
#32A4E7
BlueColor Codes
All color formats for development
HEX
#32A4E7RGB
rgb(50, 164, 231)HSL
hsl(202, 79%, 55%)OKLCH
oklch(0.686 0.139 239.9)CMYK
cmyk(78%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B99E2
2#1888C9
3#1577B0
4#126697
5#0F557E
6#0C4464
7#09334B
8#062232
9#031119
Tints
Lighter variations
1#46ADE9
2#5BB7EC
3#6FC0EE
4#84C9F1
5#98D2F3
6#ADDBF5
7#C1E4F8
8#D6EDFA
9#EAF6FD
Tones
Muted variations
1#3BA2DE
2#44A0D5
3#4D9DCC
4#569BC3
5#5F98BA
6#6896B1
7#7194A7
8#7A919E
9#838F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D1 #96D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FB9 #5FB9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A4 #32A4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1888 #1888C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136C #136CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF1FB;
--dodger-blue-200: #C4E5F8;
--dodger-blue-300: #96D1F3;
--dodger-blue-400: #5FB9EC;
--dodger-blue-500: #32A4E7;
--dodger-blue-600: #1888C9;
--dodger-blue-700: #136CA0;
--dodger-blue-800: #0D4D72;
--dodger-blue-900: #093149;
--dodger-blue-950: #051F2E;
}