Cyan
#2FE9CA
CyanColor Codes
All color formats for development
HEX
#2FE9CARGB
rgb(47, 233, 202)HSL
hsl(170, 81%, 55%)OKLCH
oklch(0.839 0.147 177.8)CMYK
cmyk(80%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4C2
2#15CBAD
3#13B297
4#109882
5#0D7F6C
6#0B6656
7#084C41
8#05332B
9#031916
Tints
Lighter variations
1#44EBCF
2#59EED5
3#6EF0DA
4#82F2DF
5#97F4E5
6#ACF6EA
7#C1F8EF
8#D5FBF4
9#EAFDFA
Tones
Muted variations
1#39E0C4
2#42D7BE
3#4BCDB8
4#54C4B1
5#5EBBAB
6#67B1A5
7#70A89F
8#7A9F99
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED6 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF7;
--cyan-200: #C3F9F0;
--cyan-300: #95F4E4;
--cyan-400: #5DEED6;
--cyan-500: #2FE9CA;
--cyan-600: #15CBAD;
--cyan-700: #11A289;
--cyan-800: #0C7362;
--cyan-900: #084A3F;
--cyan-950: #052E27;
}