Cyan
#24F5C0
CyanColor Codes
All color formats for development
HEX
#24F5C0RGB
rgb(36, 245, 192)HSL
hsl(165, 91%, 55%)OKLCH
oklch(0.865 0.168 169.2)CMYK
cmyk(85%, 0%, 22%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BF1B8
2#0AD6A3
3#09BC8F
4#08A17A
5#068666
6#056B52
7#04503D
8#033629
9#011B14
Tints
Lighter variations
1#3AF6C7
2#50F7CD
3#66F8D3
4#7BF9D9
5#91FAE0
6#A7FBE6
7#BDFCEC
8#D3FDF2
9#E9FEF9
Tones
Muted variations
1#2EEABB
2#39E0B6
3#43D5B1
4#4ECBAC
5#58C0A6
6#62B6A1
7#6DAC9C
8#77A197
9#829791
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFB;
--cyan-100: #DDFDF5;
--cyan-200: #C0FCED;
--cyan-300: #8FFADF;
--cyan-400: #55F7CE;
--cyan-500: #24F5C0;
--cyan-600: #0AD6A3;
--cyan-700: #08AA82;
--cyan-800: #067A5D;
--cyan-900: #044E3B;
--cyan-950: #023125;
}