Cyan
#00E0E0
CyanColor Codes
All color formats for development
HEX
#00E0E0RGB
rgb(0, 224, 224)HSL
hsl(180, 100%, 44%)OKLCH
oklch(0.821 0.14 194.8)CMYK
cmyk(100%, 0%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CACA
2#00B4B4
3#009D9D
4#008787
5#007070
6#005A5A
7#004343
8#002D2D
9#001616
Tints
Lighter variations
1#00FDFD
2#1BFFFF
3#37FFFF
4#54FFFF
5#70FFFF
6#8DFFFF
7#A9FFFF
8#C6FFFF
9#E2FFFF
Tones
Muted variations
1#0BD5D5
2#16CACA
3#22BFBF
4#2DB4B4
5#38A8A8
6#439D9D
7#4F9292
8#5A8787
9#657B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFFF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005252 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFF;
--cyan-100: #DBFFFF;
--cyan-200: #BDFFFF;
--cyan-300: #8AFFFF;
--cyan-400: #4DFFFF;
--cyan-500: #1AFFFF;
--cyan-600: #00E0E0;
--cyan-700: #00B3B3;
--cyan-800: #008080;
--cyan-900: #005252;
--cyan-950: #003333;
}