Cyan
#24F5D2
CyanColor Codes
All color formats for development
HEX
#24F5D2RGB
rgb(36, 245, 210)HSL
hsl(170, 91%, 55%)OKLCH
oklch(0.87 0.157 176.9)CMYK
cmyk(85%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1CB
2#0AD6B4
3#09BC9E
4#08A187
5#068671
6#056B5A
7#045044
8#03362D
9#011B17
Tints
Lighter variations
1#3AF6D6
2#50F7DB
3#66F8DF
4#7BF9E4
5#91FAE8
6#A7FBED
7#BDFCF1
8#D3FDF6
9#E9FEFA
Tones
Muted variations
1#2EEACB
2#39E0C4
3#43D5BD
4#4ECBB6
5#58C0AF
6#62B6A8
7#6DACA1
8#77A19A
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF8;
--cyan-200: #C0FCF2;
--cyan-300: #8FFAE8;
--cyan-400: #55F7DC;
--cyan-500: #24F5D2;
--cyan-600: #0AD6B4;
--cyan-700: #08AA8F;
--cyan-800: #067A66;
--cyan-900: #044E42;
--cyan-950: #023129;
}