Cyan
#02DEAB
CyanColor Codes
All color formats for development
HEX
#02DEABRGB
rgb(2, 222, 171)HSL
hsl(166, 98%, 44%)OKLCH
oklch(0.8 0.161 168.6)CMYK
cmyk(99%, 0%, 23%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C89A
2#02B289
3#029C78
4#018567
5#016F55
6#015944
7#014333
8#002C22
9#001611
Tints
Lighter variations
1#03FAC1
2#1DFDC8
3#39FDCF
4#55FDD6
5#72FEDD
6#8EFEE4
7#AAFEEB
8#C6FEF1
9#E3FFF8
Tones
Muted variations
1#0DD3A5
2#18C89F
3#23BD99
4#2EB293
5#39A78E
6#449C88
7#4F9182
8#5A867C
9#657B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE3 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DCFFF6;
--cyan-200: #BDFEEF;
--cyan-300: #8BFEE3;
--cyan-400: #4EFDD4;
--cyan-500: #1CFDC8;
--cyan-600: #02DEAB;
--cyan-700: #02B188;
--cyan-800: #017E61;
--cyan-900: #01513E;
--cyan-950: #013227;
}