Cyan
#02DECC
CyanColor Codes
All color formats for development
HEX
#02DECCRGB
rgb(2, 222, 204)HSL
hsl(175, 98%, 44%)OKLCH
oklch(0.81 0.143 184.5)CMYK
cmyk(99%, 0%, 8%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8B7
2#02B2A3
3#029C8F
4#01857A
5#016F66
6#015952
7#01433D
8#002C29
9#001614
Tints
Lighter variations
1#03FAE6
2#1DFDEA
3#39FDED
4#55FDEF
5#72FEF2
6#8EFEF5
7#AAFEF7
8#C6FEFA
9#E3FFFC
Tones
Muted variations
1#0DD3C3
2#18C8BA
3#23BDB0
4#2EB2A7
5#39A79E
6#449C95
7#4F918C
8#5A8683
9#657B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFFFC;
--cyan-200: #BDFEF9;
--cyan-300: #8BFEF4;
--cyan-400: #4EFDEF;
--cyan-500: #1CFDEA;
--cyan-600: #02DECC;
--cyan-700: #02B1A2;
--cyan-800: #017E74;
--cyan-900: #01514A;
--cyan-950: #01322E;
}