Cyan
#2FE9E0
CyanColor Codes
All color formats for development
HEX
#2FE9E0RGB
rgb(47, 233, 224)HSL
hsl(177, 81%, 55%)OKLCH
oklch(0.846 0.139 189.7)CMYK
cmyk(80%, 0%, 4%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4DA
2#15CBC2
3#13B2AA
4#109891
5#0D7F79
6#0B6661
7#084C49
8#053330
9#031918
Tints
Lighter variations
1#44EBE3
2#59EEE6
3#6EF0E9
4#82F2EC
5#97F4EF
6#ACF6F3
7#C1F8F6
8#D5FBF9
9#EAFDFC
Tones
Muted variations
1#39E0D8
2#42D7CF
3#4BCDC7
4#54C4BE
5#5EBBB6
6#67B1AE
7#70A8A5
8#7A9F9D
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFA;
--cyan-200: #C3F9F6;
--cyan-300: #95F4EF;
--cyan-400: #5DEEE7;
--cyan-500: #2FE9E0;
--cyan-600: #15CBC2;
--cyan-700: #11A29A;
--cyan-800: #0C736E;
--cyan-900: #084A47;
--cyan-950: #052E2C;
}