Dodger Blue
#18C0C9
CyanColor Codes
All color formats for development
HEX
#18C0C9RGB
rgb(24, 192, 201)HSL
hsl(183, 79%, 44%)OKLCH
oklch(0.736 0.122 201)CMYK
cmyk(88%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15ADB5
2#139AA1
3#10868D
4#0E7379
5#0C6064
6#094D50
7#073A3C
8#052628
9#021314
Tints
Lighter variations
1#1BD8E2
2#33DEE7
3#4CE2EA
4#66E6ED
5#7FEAF0
6#99EEF3
7#B2F3F6
8#CCF7F9
9#E5FBFC
Tones
Muted variations
1#20B8C0
2#29B0B7
3#32A8AE
4#3BA0A5
5#44989D
6#4D9094
7#56888B
8#5E8082
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EE #96EEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE5 #5FE5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32DE #32DEE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C0 #18C0C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1399 #1399A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6D #0D6D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFAFB;
--dodger-blue-200: #C4F5F8;
--dodger-blue-300: #96EEF3;
--dodger-blue-400: #5FE5EC;
--dodger-blue-500: #32DEE7;
--dodger-blue-600: #18C0C9;
--dodger-blue-700: #1399A0;
--dodger-blue-800: #0D6D72;
--dodger-blue-900: #094649;
--dodger-blue-950: #052C2E;
}