Cyan
#02DEDE
CyanColor Codes
All color formats for development
HEX
#02DEDERGB
rgb(2, 222, 222)HSL
hsl(180, 98%, 44%)OKLCH
oklch(0.815 0.139 194.8)CMYK
cmyk(99%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02C8C8
2#02B2B2
3#029C9C
4#018585
5#016F6F
6#015959
7#014343
8#002C2C
9#001616
Tints
Lighter variations
1#03FAFA
2#1DFDFD
3#39FDFD
4#55FDFD
5#72FEFE
6#8EFEFE
7#AAFEFE
8#C6FEFE
9#E3FFFF
Tones
Muted variations
1#0DD3D3
2#18C8C8
3#23BDBD
4#2EB2B2
5#39A7A7
6#449C9C
7#4F9191
8#5A8686
9#657B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEFE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015151 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DCFFFF;
--cyan-200: #BDFEFE;
--cyan-300: #8BFEFE;
--cyan-400: #4EFDFD;
--cyan-500: #1CFDFD;
--cyan-600: #02DEDE;
--cyan-700: #02B1B1;
--cyan-800: #017E7E;
--cyan-900: #015151;
--cyan-950: #013232;
}