Cyan
#2FE9C1
CyanColor Codes
All color formats for development
HEX
#2FE9C1RGB
rgb(47, 233, 193)HSL
hsl(167, 81%, 55%)OKLCH
oklch(0.837 0.152 173.5)CMYK
cmyk(80%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4B8
2#15CBA4
3#13B28F
4#10987B
5#0D7F66
6#0B6652
7#084C3D
8#053329
9#031914
Tints
Lighter variations
1#44EBC7
2#59EECD
3#6EF0D4
4#82F2DA
5#97F4E0
6#ACF6E6
7#C1F8EC
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#39E0BC
2#42D7B6
3#4BCDB1
4#54C4AC
5#5EBBA7
6#67B1A1
7#70A89C
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 #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF5;
--cyan-200: #C3F9ED;
--cyan-300: #95F4DF;
--cyan-400: #5DEECF;
--cyan-500: #2FE9C1;
--cyan-600: #15CBA4;
--cyan-700: #11A282;
--cyan-800: #0C735D;
--cyan-900: #084A3C;
--cyan-950: #052E25;
}