Dodger Blue
#18B1C9
CyanColor Codes
All color formats for development
HEX
#18B1C9RGB
rgb(24, 177, 201)HSL
hsl(188, 79%, 44%)OKLCH
oklch(0.699 0.118 212.2)CMYK
cmyk(88%, 12%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#159FB5
2#138EA1
3#107C8D
4#0E6A79
5#0C5964
6#094750
7#07353C
8#052328
9#021214
Tints
Lighter variations
1#1BC8E2
2#33CFE7
3#4CD5EA
4#66DBED
5#7FE1F0
6#99E7F3
7#B2EDF6
8#CCF3F9
9#E5F9FC
Tones
Muted variations
1#20ABC0
2#29A4B7
3#329EAE
4#3B97A5
5#44919D
6#4D8A94
7#56848B
8#5E7D82
9#677779
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 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E6 #96E6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD9 #5FD9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CF #32CFE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B1 #18B1C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138D #138DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | 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: #C4F1F8;
--dodger-blue-300: #96E6F3;
--dodger-blue-400: #5FD9EC;
--dodger-blue-500: #32CFE7;
--dodger-blue-600: #18B1C9;
--dodger-blue-700: #138DA0;
--dodger-blue-800: #0D6572;
--dodger-blue-900: #094049;
--dodger-blue-950: #05282E;
}