Cyan
#2FE9DA
CyanColor Codes
All color formats for development
HEX
#2FE9DARGB
rgb(47, 233, 218)HSL
hsl(175, 81%, 55%)OKLCH
oklch(0.844 0.14 186.3)CMYK
cmyk(80%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4D3
2#15CBBC
3#13B2A4
4#10988D
5#0D7F75
6#0B665E
7#084C46
8#05332F
9#031917
Tints
Lighter variations
1#44EBDD
2#59EEE1
3#6EF0E5
4#82F2E9
5#97F4EC
6#ACF6F0
7#C1F8F4
8#D5FBF8
9#EAFDFB
Tones
Muted variations
1#39E0D2
2#42D7CA
3#4BCDC2
4#54C4BB
5#5EBBB3
6#67B1AB
7#70A8A3
8#7A9F9C
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A295 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCF9;
--cyan-200: #C3F9F4;
--cyan-300: #95F4EC;
--cyan-400: #5DEEE2;
--cyan-500: #2FE9DA;
--cyan-600: #15CBBC;
--cyan-700: #11A295;
--cyan-800: #0C736B;
--cyan-900: #084A44;
--cyan-950: #052E2B;
}