Cyan
#24F5CE
CyanColor Codes
All color formats for development
HEX
#24F5CERGB
rgb(36, 245, 206)HSL
hsl(169, 91%, 55%)OKLCH
oklch(0.868 0.159 175.1)CMYK
cmyk(85%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1C7
2#0AD6B1
3#09BC9B
4#08A185
5#06866F
6#056B58
7#045042
8#03362C
9#011B16
Tints
Lighter variations
1#3AF6D3
2#50F7D8
3#66F8DD
4#7BF9E2
5#91FAE7
6#A7FBEC
7#BDFCF0
8#D3FDF5
9#E9FEFA
Tones
Muted variations
1#2EEAC8
2#39E0C1
3#43D5BB
4#4ECBB4
5#58C0AD
6#62B6A7
7#6DACA0
8#77A199
9#829793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE6 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFC;
--cyan-100: #DDFDF7;
--cyan-200: #C0FCF1;
--cyan-300: #8FFAE6;
--cyan-400: #55F7D9;
--cyan-500: #24F5CE;
--cyan-600: #0AD6B1;
--cyan-700: #08AA8D;
--cyan-800: #067A64;
--cyan-900: #044E40;
--cyan-950: #023128;
}