Cyan
#02DEB6
CyanColor Codes
All color formats for development
HEX
#02DEB6RGB
rgb(2, 222, 182)HSL
hsl(169, 98%, 44%)OKLCH
oklch(0.803 0.153 173.4)CMYK
cmyk(99%, 0%, 18%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8A4
2#02B291
3#029C7F
4#01856D
5#016F5B
6#015949
7#014337
8#002C24
9#001612
Tints
Lighter variations
1#03FACD
2#1DFDD4
3#39FDD9
4#55FDDE
5#72FEE4
6#8EFEE9
7#AAFEEF
8#C6FEF4
9#E3FFFA
Tones
Muted variations
1#0DD3AF
2#18C8A8
3#23BDA1
4#2EB29A
5#39A793
6#449C8C
7#4F9185
8#5A867E
9#657B77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDDD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015142 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFFF8;
--cyan-200: #BDFEF2;
--cyan-300: #8BFEE9;
--cyan-400: #4EFDDD;
--cyan-500: #1CFDD3;
--cyan-600: #02DEB6;
--cyan-700: #02B191;
--cyan-800: #017E67;
--cyan-900: #015142;
--cyan-950: #013229;
}