Cyan
#02DECF
CyanColor Codes
All color formats for development
HEX
#02DECFRGB
rgb(2, 222, 207)HSL
hsl(176, 98%, 44%)OKLCH
oklch(0.811 0.142 186.2)CMYK
cmyk(99%, 0%, 7%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8BB
2#02B2A6
3#029C91
4#01857C
5#016F68
6#015953
7#01433E
8#002C29
9#001615
Tints
Lighter variations
1#03FAEA
2#1DFDEE
3#39FDF0
4#55FDF2
5#72FEF4
6#8EFEF6
7#AAFEF9
8#C6FEFB
9#E3FFFD
Tones
Muted variations
1#0DD3C6
2#18C8BC
3#23BDB3
4#2EB2A9
5#39A7A0
6#449C96
7#4F918D
8#5A8683
9#657B7A
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 #BDFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DCFFFC;
--cyan-200: #BDFEFA;
--cyan-300: #8BFEF6;
--cyan-400: #4EFDF2;
--cyan-500: #1CFDEE;
--cyan-600: #02DECF;
--cyan-700: #02B1A5;
--cyan-800: #017E76;
--cyan-900: #01514B;
--cyan-950: #01322F;
}