Dodger Blue
#18C9C0
CyanColor Codes
All color formats for development
HEX
#18C9C0RGB
rgb(24, 201, 192)HSL
hsl(177, 79%, 44%)OKLCH
oklch(0.755 0.128 189)CMYK
cmyk(88%, 0%, 4%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B5AD
2#13A19A
3#108D86
4#0E7973
5#0C6460
6#09504D
7#073C3A
8#052826
9#021413
Tints
Lighter variations
1#1BE2D8
2#33E7DE
3#4CEAE2
4#66EDE6
5#7FF0EA
6#99F3EE
7#B2F6F3
8#CCF9F7
9#E5FCFB
Tones
Muted variations
1#20C0B8
2#29B7B0
3#32AEA8
4#3BA5A0
5#449D98
6#4D9490
7#568B88
8#5E8280
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 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094946 | 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: #C4F8F5;
--dodger-blue-300: #96F3EE;
--dodger-blue-400: #5FECE5;
--dodger-blue-500: #32E7DE;
--dodger-blue-600: #18C9C0;
--dodger-blue-700: #13A099;
--dodger-blue-800: #0D726D;
--dodger-blue-900: #094946;
--dodger-blue-950: #052E2C;
}