Dodger Blue
#18C9C9
CyanColor Codes
All color formats for development
HEX
#18C9C9RGB
rgb(24, 201, 201)HSL
hsl(180, 79%, 44%)OKLCH
oklch(0.758 0.127 194.8)CMYK
cmyk(88%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B5B5
2#13A1A1
3#108D8D
4#0E7979
5#0C6464
6#095050
7#073C3C
8#052828
9#021414
Tints
Lighter variations
1#1BE2E2
2#33E7E7
3#4CEAEA
4#66EDED
5#7FF0F0
6#99F3F3
7#B2F6F6
8#CCF9F9
9#E5FCFC
Tones
Muted variations
1#20C0C0
2#29B7B7
3#32AEAE
4#3BA5A5
5#449D9D
6#4D9494
7#568B8B
8#5E8282
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A0A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | 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: #C4F8F8;
--dodger-blue-300: #96F3F3;
--dodger-blue-400: #5FECEC;
--dodger-blue-500: #32E7E7;
--dodger-blue-600: #18C9C9;
--dodger-blue-700: #13A0A0;
--dodger-blue-800: #0D7272;
--dodger-blue-900: #094949;
--dodger-blue-950: #052E2E;
}