Dodger Blue
#18C9C3
CyanColor Codes
All color formats for development
HEX
#18C9C3RGB
rgb(24, 201, 195)HSL
hsl(178, 79%, 44%)OKLCH
oklch(0.756 0.127 190.9)CMYK
cmyk(88%, 0%, 3%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B5AF
2#13A19C
3#108D88
4#0E7975
5#0C6461
6#09504E
7#073C3A
8#052827
9#021413
Tints
Lighter variations
1#1BE2DC
2#33E7E1
3#4CEAE5
4#66EDE8
5#7FF0EC
6#99F3F0
7#B2F6F4
8#CCF9F7
9#E5FCFB
Tones
Muted variations
1#20C0BB
2#29B7B2
3#32AEAA
4#3BA5A2
5#449D9A
6#4D9491
7#568B89
8#5E8281
9#677978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFA;
--dodger-blue-200: #C4F8F6;
--dodger-blue-300: #96F3F0;
--dodger-blue-400: #5FECE8;
--dodger-blue-500: #32E7E1;
--dodger-blue-600: #18C9C3;
--dodger-blue-700: #13A09B;
--dodger-blue-800: #0D726F;
--dodger-blue-900: #094947;
--dodger-blue-950: #052E2C;
}