Cyan
#02DEC4
CyanColor Codes
All color formats for development
HEX
#02DEC4RGB
rgb(2, 222, 196)HSL
hsl(173, 98%, 44%)OKLCH
oklch(0.807 0.146 180.3)CMYK
cmyk(99%, 0%, 12%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8B1
2#02B29D
3#029C8A
4#018576
5#016F62
6#01594F
7#01433B
8#002C27
9#001614
Tints
Lighter variations
1#03FADE
2#1DFDE3
3#39FDE6
4#55FDEA
5#72FEED
6#8EFEF1
7#AAFEF4
8#C6FEF8
9#E3FFFB
Tones
Muted variations
1#0DD3BC
2#18C8B4
3#23BDAB
4#2EB2A3
5#39A79A
6#449C92
7#4F9189
8#5A8681
9#657B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE9 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015147 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFFFB;
--cyan-200: #BDFEF7;
--cyan-300: #8BFEF0;
--cyan-400: #4EFDE9;
--cyan-500: #1CFDE2;
--cyan-600: #02DEC4;
--cyan-700: #02B19C;
--cyan-800: #017E70;
--cyan-900: #015147;
--cyan-950: #01322D;
}