Cyan
#2FE9CD
CyanColor Codes
All color formats for development
HEX
#2FE9CDRGB
rgb(47, 233, 205)HSL
hsl(171, 81%, 55%)OKLCH
oklch(0.84 0.145 179.3)CMYK
cmyk(80%, 0%, 12%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4C6
2#15CBB0
3#13B29A
4#109884
5#0D7F6E
6#0B6658
7#084C42
8#05332C
9#031916
Tints
Lighter variations
1#44EBD2
2#59EED7
3#6EF0DC
4#82F2E1
5#97F4E6
6#ACF6EB
7#C1F8F0
8#D5FBF5
9#EAFDFA
Tones
Muted variations
1#39E0C7
2#42D7C0
3#4BCDBA
4#54C4B3
5#5EBBAD
6#67B1A6
7#70A8A0
8#7A9F99
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED8 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF7;
--cyan-200: #C3F9F1;
--cyan-300: #95F4E6;
--cyan-400: #5DEED8;
--cyan-500: #2FE9CD;
--cyan-600: #15CBB0;
--cyan-700: #11A28C;
--cyan-800: #0C7364;
--cyan-900: #084A40;
--cyan-950: #052E28;
}