Cyan
#2FE9D7
CyanColor Codes
All color formats for development
HEX
#2FE9D7RGB
rgb(47, 233, 215)HSL
hsl(174, 81%, 55%)OKLCH
oklch(0.843 0.141 184.7)CMYK
cmyk(80%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4D0
2#15CBB9
3#13B2A2
4#10988B
5#0D7F74
6#0B665C
7#084C45
8#05332E
9#031917
Tints
Lighter variations
1#44EBDB
2#59EEDF
3#6EF0E3
4#82F2E7
5#97F4EB
6#ACF6EF
7#C1F8F3
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#39E0CF
2#42D7C8
3#4BCDC0
4#54C4B9
5#5EBBB1
6#67B1AA
7#70A8A3
8#7A9F9B
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EA | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A43 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF9;
--cyan-200: #C3F9F3;
--cyan-300: #95F4EA;
--cyan-400: #5DEEE0;
--cyan-500: #2FE9D7;
--cyan-600: #15CBB9;
--cyan-700: #11A293;
--cyan-800: #0C7369;
--cyan-900: #084A43;
--cyan-950: #052E2A;
}