Cyan
#24F5E0
CyanColor Codes
All color formats for development
HEX
#24F5E0RGB
rgb(36, 245, 224)HSL
hsl(174, 91%, 55%)OKLCH
oklch(0.874 0.151 183.7)CMYK
cmyk(85%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1DA
2#0AD6C2
3#09BCAA
4#08A191
5#068679
6#056B61
7#045049
8#033630
9#011B18
Tints
Lighter variations
1#3AF6E3
2#50F7E6
3#66F8E9
4#7BF9EC
5#91FAEF
6#A7FBF3
7#BDFCF6
8#D3FDF9
9#E9FEFC
Tones
Muted variations
1#2EEAD7
2#39E0CF
3#43D5C7
4#4ECBBE
5#58C0B6
6#62B6AE
7#6DACA5
8#77A19D
9#829795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFD;
--cyan-100: #DDFDFA;
--cyan-200: #C0FCF6;
--cyan-300: #8FFAEF;
--cyan-400: #55F7E7;
--cyan-500: #24F5E0;
--cyan-600: #0AD6C2;
--cyan-700: #08AA9A;
--cyan-800: #067A6E;
--cyan-900: #044E47;
--cyan-950: #02312C;
}