Cyan
#2FE9D4
CyanColor Codes
All color formats for development
HEX
#2FE9D4RGB
rgb(47, 233, 212)HSL
hsl(173, 81%, 55%)OKLCH
oklch(0.842 0.142 183)CMYK
cmyk(80%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4CD
2#15CBB6
3#13B29F
4#109888
5#0D7F72
6#0B665B
7#084C44
8#05332D
9#031917
Tints
Lighter variations
1#44EBD8
2#59EEDC
3#6EF0E1
4#82F2E5
5#97F4E9
6#ACF6EE
7#C1F8F2
8#D5FBF6
9#EAFDFB
Tones
Muted variations
1#39E0CC
2#42D7C5
3#4BCDBE
4#54C4B7
5#5EBBB0
6#67B1A9
7#70A8A2
8#7A9F9B
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEDD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF8;
--cyan-200: #C3F9F2;
--cyan-300: #95F4E9;
--cyan-400: #5DEEDD;
--cyan-500: #2FE9D4;
--cyan-600: #15CBB6;
--cyan-700: #11A291;
--cyan-800: #0C7367;
--cyan-900: #084A42;
--cyan-950: #052E29;
}