Dodger Blue
#32C6E7
CyanColor Codes
All color formats for development
HEX
#32C6E7RGB
rgb(50, 198, 231)HSL
hsl(191, 79%, 55%)OKLCH
oklch(0.766 0.126 217)CMYK
cmyk(78%, 14%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BBDE2
2#18A8C9
3#1593B0
4#127E97
5#0F697E
6#0C5464
7#093F4B
8#062A32
9#031519
Tints
Lighter variations
1#46CBE9
2#5BD1EC
3#6FD7EE
4#84DDF1
5#98E2F3
6#ADE8F5
7#C1EEF8
8#D6F4FA
9#EAF9FD
Tones
Muted variations
1#3BC0DE
2#44BAD5
3#4DB4CC
4#56AFC3
5#5FA9BA
6#68A3B1
7#719DA7
8#7A989E
9#839295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E2 #96E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD2 #5FD2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C6 #32C6E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A8 #18A8C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1386 #1386A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF6FB;
--dodger-blue-200: #C4EEF8;
--dodger-blue-300: #96E2F3;
--dodger-blue-400: #5FD2EC;
--dodger-blue-500: #32C6E7;
--dodger-blue-600: #18A8C9;
--dodger-blue-700: #1386A0;
--dodger-blue-800: #0D6072;
--dodger-blue-900: #093D49;
--dodger-blue-950: #05262E;
}