Dodger Blue
#32A1E7
BlueColor Codes
All color formats for development
HEX
#32A1E7RGB
rgb(50, 161, 231)HSL
hsl(203, 79%, 55%)OKLCH
oklch(0.68 0.142 241.7)CMYK
cmyk(78%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B95E2
2#1885C9
3#1574B0
4#126497
5#0F537E
6#0C4264
7#09324B
8#062132
9#031119
Tints
Lighter variations
1#46ABE9
2#5BB4EC
3#6FBDEE
4#84C7F1
5#98D0F3
6#ADDAF5
7#C1E3F8
8#D6ECFA
9#EAF6FD
Tones
Muted variations
1#3B9FDE
2#449DD5
3#4D9BCC
4#5699C3
5#5F97BA
6#6895B1
7#7193A7
8#7A909E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CF #96CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB6 #5FB6EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A1 #32A1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1885 #1885C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136A #136AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C4E4F8;
--dodger-blue-300: #96CFF3;
--dodger-blue-400: #5FB6EC;
--dodger-blue-500: #32A1E7;
--dodger-blue-600: #1885C9;
--dodger-blue-700: #136AA0;
--dodger-blue-800: #0D4C72;
--dodger-blue-900: #093049;
--dodger-blue-950: #051E2E;
}