Cyan
#2FE9DD
CyanColor Codes
All color formats for development
HEX
#2FE9DDRGB
rgb(47, 233, 221)HSL
hsl(176, 81%, 55%)OKLCH
oklch(0.845 0.14 188)CMYK
cmyk(80%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4D7
2#15CBBF
3#13B2A7
4#10988F
5#0D7F77
6#0B665F
7#084C48
8#053330
9#031918
Tints
Lighter variations
1#44EBE0
2#59EEE4
3#6EF0E7
4#82F2EA
5#97F4EE
6#ACF6F1
7#C1F8F5
8#D5FBF8
9#EAFDFC
Tones
Muted variations
1#39E0D5
2#42D7CD
3#4BCDC5
4#54C4BD
5#5EBBB5
6#67B1AC
7#70A8A4
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 #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A45 | 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: #DFFCFA;
--cyan-200: #C3F9F5;
--cyan-300: #95F4EE;
--cyan-400: #5DEEE4;
--cyan-500: #2FE9DD;
--cyan-600: #15CBBF;
--cyan-700: #11A298;
--cyan-800: #0C736D;
--cyan-900: #084A45;
--cyan-950: #052E2B;
}