Cyan
#02DEBA
CyanColor Codes
All color formats for development
HEX
#02DEBARGB
rgb(2, 222, 186)HSL
hsl(170, 98%, 44%)OKLCH
oklch(0.804 0.151 175.3)CMYK
cmyk(99%, 0%, 16%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8A7
2#02B294
3#029C82
4#01856F
5#016F5D
6#01594A
7#014338
8#002C25
9#001613
Tints
Lighter variations
1#03FAD1
2#1DFDD7
3#39FDDC
4#55FDE1
5#72FEE6
6#8EFEEB
7#AAFEF0
8#C6FEF5
9#E3FFFA
Tones
Muted variations
1#0DD3B2
2#18C8AB
3#23BDA4
4#2EB29C
5#39A795
6#449C8E
7#4F9186
8#5A867F
9#657B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DCFFF9;
--cyan-200: #BDFEF4;
--cyan-300: #8BFEEB;
--cyan-400: #4EFDE0;
--cyan-500: #1CFDD7;
--cyan-600: #02DEBA;
--cyan-700: #02B194;
--cyan-800: #017E69;
--cyan-900: #015143;
--cyan-950: #01322A;
}