Cyan
#00E0D1
CyanColor Codes
All color formats for development
HEX
#00E0D1RGB
rgb(0, 224, 209)HSL
hsl(176, 100%, 44%)OKLCH
oklch(0.816 0.143 186.3)CMYK
cmyk(100%, 0%, 7%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CABC
2#00B4A8
3#009D93
4#00877E
5#007069
6#005A54
7#00433F
8#002D2A
9#001615
Tints
Lighter variations
1#00FDEC
2#1BFFF0
3#37FFF2
4#54FFF4
5#70FFF5
6#8DFFF7
7#A9FFF9
8#C6FFFB
9#E2FFFD
Tones
Muted variations
1#0BD5C8
2#16CABE
3#22BFB4
4#2DB4AB
5#38A8A1
6#439D97
7#4F928D
8#5A8784
9#657B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFE;
--cyan-100: #DBFFFD;
--cyan-200: #BDFFFB;
--cyan-300: #8AFFF7;
--cyan-400: #4DFFF3;
--cyan-500: #1AFFF0;
--cyan-600: #00E0D1;
--cyan-700: #00B3A7;
--cyan-800: #008077;
--cyan-900: #00524C;
--cyan-950: #003330;
}