Cyan
#2FE9C4
CyanColor Codes
All color formats for development
HEX
#2FE9C4RGB
rgb(47, 233, 196)HSL
hsl(168, 81%, 55%)OKLCH
oklch(0.838 0.15 174.9)CMYK
cmyk(80%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4BC
2#15CBA7
3#13B292
4#10987D
5#0D7F68
6#0B6653
7#084C3F
8#05332A
9#031915
Tints
Lighter variations
1#44EBCA
2#59EED0
3#6EF0D6
4#82F2DC
5#97F4E2
6#ACF6E7
7#C1F8ED
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#39E0BE
2#42D7B9
3#4BCDB3
4#54C4AE
5#5EBBA8
6#67B1A3
7#70A89D
8#7A9F97
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED1 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF6;
--cyan-200: #C3F9EE;
--cyan-300: #95F4E1;
--cyan-400: #5DEED1;
--cyan-500: #2FE9C4;
--cyan-600: #15CBA7;
--cyan-700: #11A285;
--cyan-800: #0C735F;
--cyan-900: #084A3D;
--cyan-950: #052E26;
}