Cyan
#2FE9BE
CyanColor Codes
All color formats for development
HEX
#2FE9BERGB
rgb(47, 233, 190)HSL
hsl(166, 81%, 55%)OKLCH
oklch(0.836 0.154 172.1)CMYK
cmyk(80%, 0%, 18%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4B5
2#15CBA1
3#13B28D
4#109879
5#0D7F64
6#0B6650
7#084C3C
8#053328
9#031914
Tints
Lighter variations
1#44EBC4
2#59EECB
3#6EF0D1
4#82F2D8
5#97F4DE
6#ACF6E5
7#C1F8EB
8#D5FBF2
9#EAFDF8
Tones
Muted variations
1#39E0B9
2#42D7B4
3#4BCDAF
4#54C4AA
5#5EBBA5
6#67B1A0
7#70A89B
8#7A9F96
9#839691
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 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3A | 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: #C3F9EC;
--cyan-300: #95F4DE;
--cyan-400: #5DEECC;
--cyan-500: #2FE9BE;
--cyan-600: #15CBA1;
--cyan-700: #11A280;
--cyan-800: #0C735B;
--cyan-900: #084A3A;
--cyan-950: #052E25;
}