Cyan
#2FE9E3
CyanColor Codes
All color formats for development
HEX
#2FE9E3RGB
rgb(47, 233, 227)HSL
hsl(178, 81%, 55%)OKLCH
oklch(0.847 0.138 191.4)CMYK
cmyk(80%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4DE
2#15CBC5
3#13B2AC
4#109894
5#0D7F7B
6#0B6663
7#084C4A
8#053331
9#031919
Tints
Lighter variations
1#44EBE6
2#59EEE9
3#6EF0EB
4#82F2EE
5#97F4F1
6#ACF6F4
7#C1F8F7
8#D5FBF9
9#EAFDFC
Tones
Muted variations
1#39E0DA
2#42D7D2
3#4BCDC9
4#54C4C0
5#5EBBB8
6#67B1AF
7#70A8A6
8#7A9F9E
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F7;
--cyan-300: #95F4F1;
--cyan-400: #5DEEE9;
--cyan-500: #2FE9E3;
--cyan-600: #15CBC5;
--cyan-700: #11A29D;
--cyan-800: #0C7370;
--cyan-900: #084A48;
--cyan-950: #052E2D;
}