Dodger Blue
#32CCE7
CyanColor Codes
All color formats for development
HEX
#32CCE7RGB
rgb(50, 204, 231)HSL
hsl(189, 79%, 55%)OKLCH
oklch(0.78 0.126 212.7)CMYK
cmyk(78%, 12%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1BC4E2
2#18AEC9
3#1598B0
4#128397
5#0F6D7E
6#0C5764
7#09414B
8#062C32
9#031619
Tints
Lighter variations
1#46D1E9
2#5BD6EC
3#6FDBEE
4#84E0F1
5#98E5F3
6#ADEAF5
7#C1F0F8
8#D6F5FA
9#EAFAFD
Tones
Muted variations
1#3BC5DE
2#44BFD5
3#4DB9CC
4#56B2C3
5#5FACBA
6#68A6B1
7#719FA7
8#7A999E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E5 #96E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD7 #5FD7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CC #32CCE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AE #18AEC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138B #138BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F0F8;
--dodger-blue-300: #96E5F3;
--dodger-blue-400: #5FD7EC;
--dodger-blue-500: #32CCE7;
--dodger-blue-600: #18AEC9;
--dodger-blue-700: #138BA0;
--dodger-blue-800: #0D6372;
--dodger-blue-900: #093F49;
--dodger-blue-950: #05282E;
}