Cyan
#24F5C4
CyanColor Codes
All color formats for development
HEX
#24F5C4RGB
rgb(36, 245, 196)HSL
hsl(166, 91%, 55%)OKLCH
oklch(0.866 0.165 170.8)CMYK
cmyk(85%, 0%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1BB
2#0AD6A7
3#09BC92
4#08A17D
5#068668
6#056B53
7#04503E
8#03362A
9#011B15
Tints
Lighter variations
1#3AF6CA
2#50F7D0
3#66F8D6
4#7BF9DC
5#91FAE1
6#A7FBE7
7#BDFCED
8#D3FDF3
9#E9FEF9
Tones
Muted variations
1#2EEABE
2#39E0B9
3#43D5B3
4#4ECBAE
5#58C0A8
6#62B6A3
7#6DAC9D
8#77A197
9#829792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF6;
--cyan-200: #C0FCEE;
--cyan-300: #8FFAE1;
--cyan-400: #55F7D1;
--cyan-500: #24F5C4;
--cyan-600: #0AD6A7;
--cyan-700: #08AA85;
--cyan-800: #067A5F;
--cyan-900: #044E3D;
--cyan-950: #023126;
}