Dodger Blue
#18C9C6
CyanColor Codes
All color formats for development
HEX
#18C9C6RGB
rgb(24, 201, 198)HSL
hsl(179, 79%, 44%)OKLCH
oklch(0.757 0.127 192.9)CMYK
cmyk(88%, 0%, 1%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B5B2
2#13A19E
3#108D8B
4#0E7977
5#0C6463
6#09504F
7#073C3B
8#052828
9#021414
Tints
Lighter variations
1#1BE2DF
2#33E7E4
3#4CEAE7
4#66EDEB
5#7FF0EE
6#99F3F2
7#B2F6F5
8#CCF9F8
9#E5FCFC
Tones
Muted variations
1#20C0BD
2#29B7B5
3#32AEAC
4#3BA5A4
5#449D9B
6#4D9492
7#568B8A
8#5E8281
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFB;
--dodger-blue-200: #C4F8F7;
--dodger-blue-300: #96F3F1;
--dodger-blue-400: #5FECEA;
--dodger-blue-500: #32E7E4;
--dodger-blue-600: #18C9C6;
--dodger-blue-700: #13A09D;
--dodger-blue-800: #0D7270;
--dodger-blue-900: #094948;
--dodger-blue-950: #052E2D;
}