Cyan
#00E0C2
CyanColor Codes
All color formats for development
HEX
#00E0C2RGB
rgb(0, 224, 194)HSL
hsl(172, 100%, 44%)OKLCH
oklch(0.811 0.149 178.4)CMYK
cmyk(100%, 0%, 13%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CAAF
2#00B49C
3#009D88
4#008775
5#007061
6#005A4E
7#00433A
8#002D27
9#001613
Tints
Lighter variations
1#00FDDB
2#1BFFE1
3#37FFE4
4#54FFE8
5#70FFEC
6#8DFFF0
7#A9FFF4
8#C6FFF7
9#E2FFFB
Tones
Muted variations
1#0BD5BA
2#16CAB2
3#22BFAA
4#2DB4A2
5#38A899
6#439D91
7#4F9289
8#5A8781
9#657B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DBFFFA;
--cyan-200: #BDFFF6;
--cyan-300: #8AFFEF;
--cyan-400: #4DFFE7;
--cyan-500: #1AFFE0;
--cyan-600: #00E0C2;
--cyan-700: #00B39B;
--cyan-800: #00806F;
--cyan-900: #005247;
--cyan-950: #00332C;
}