Cyan
#00E0C6
CyanColor Codes
All color formats for development
HEX
#00E0C6RGB
rgb(0, 224, 198)HSL
hsl(173, 100%, 44%)OKLCH
oklch(0.813 0.147 180.4)CMYK
cmyk(100%, 0%, 12%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CAB2
2#00B49F
3#009D8B
4#008777
5#007063
6#005A4F
7#00433B
8#002D28
9#001614
Tints
Lighter variations
1#00FDDF
2#1BFFE4
3#37FFE8
4#54FFEB
5#70FFEE
6#8DFFF2
7#A9FFF5
8#C6FFF8
9#E2FFFC
Tones
Muted variations
1#0BD5BE
2#16CAB5
3#22BFAC
4#2DB4A4
5#38A89B
6#439D93
7#4F928A
8#5A8781
9#657B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF1 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFEA | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005248 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DBFFFB;
--cyan-200: #BDFFF7;
--cyan-300: #8AFFF1;
--cyan-400: #4DFFEA;
--cyan-500: #1AFFE4;
--cyan-600: #00E0C6;
--cyan-700: #00B39E;
--cyan-800: #008071;
--cyan-900: #005248;
--cyan-950: #00332D;
}