Cyan
#24F5D9
CyanColor Codes
All color formats for development
HEX
#24F5D9RGB
rgb(36, 245, 217)HSL
hsl(172, 91%, 55%)OKLCH
oklch(0.872 0.153 180.2)CMYK
cmyk(85%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1D2
2#0AD6BB
3#09BCA4
4#08A18C
5#068675
6#056B5E
7#045046
8#03362F
9#011B17
Tints
Lighter variations
1#3AF6DD
2#50F7E0
3#66F8E4
4#7BF9E8
5#91FAEC
6#A7FBF0
7#BDFCF4
8#D3FDF7
9#E9FEFB
Tones
Muted variations
1#2EEAD1
2#39E0CA
3#43D5C2
4#4ECBBA
5#58C0B3
6#62B6AB
7#6DACA3
8#77A19C
9#829794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF9;
--cyan-200: #C0FCF4;
--cyan-300: #8FFAEB;
--cyan-400: #55F7E1;
--cyan-500: #24F5D9;
--cyan-600: #0AD6BB;
--cyan-700: #08AA95;
--cyan-800: #067A6A;
--cyan-900: #044E44;
--cyan-950: #02312B;
}