Dodger Blue
#32BAE7
BlueColor Codes
All color formats for development
HEX
#32BAE7RGB
rgb(50, 186, 231)HSL
hsl(195, 79%, 55%)OKLCH
oklch(0.738 0.128 225.6)CMYK
cmyk(78%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BB0E2
2#189DC9
3#1589B0
4#127597
5#0F627E
6#0C4E64
7#093B4B
8#062732
9#031419
Tints
Lighter variations
1#46C1E9
2#5BC7EC
3#6FCEEE
4#84D5F1
5#98DCF3
6#ADE3F5
7#C1EAF8
8#D6F1FA
9#EAF8FD
Tones
Muted variations
1#3BB5DE
2#44B1D5
3#4DACCC
4#56A7C3
5#5FA3BA
6#689EB1
7#719AA7
8#7A959E
9#839195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DC #96DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC9 #5FC9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32BA #32BAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189D #189DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137D #137DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF4FB;
--dodger-blue-200: #C4EBF8;
--dodger-blue-300: #96DCF3;
--dodger-blue-400: #5FC9EC;
--dodger-blue-500: #32BAE7;
--dodger-blue-600: #189DC9;
--dodger-blue-700: #137DA0;
--dodger-blue-800: #0D5972;
--dodger-blue-900: #093949;
--dodger-blue-950: #05242E;
}