Cyan
#00E0A8
CyanColor Codes
All color formats for development
HEX
#00E0A8RGB
rgb(0, 224, 168)HSL
hsl(165, 100%, 44%)OKLCH
oklch(0.804 0.165 166.8)CMYK
cmyk(100%, 0%, 25%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CA97
2#00B487
3#009D76
4#008765
5#007054
6#005A43
7#004332
8#002D22
9#001611
Tints
Lighter variations
1#00FDBE
2#1BFFC6
3#37FFCD
4#54FFD4
5#70FFDB
6#8DFFE2
7#A9FFEA
8#C6FFF1
9#E2FFF8
Tones
Muted variations
1#0BD5A3
2#16CA9D
3#22BF97
4#2DB492
5#38A88C
6#439D87
7#4F9281
8#5A877B
9#657B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFB;
--cyan-100: #DBFFF6;
--cyan-200: #BDFFEE;
--cyan-300: #8AFFE2;
--cyan-400: #4DFFD2;
--cyan-500: #1AFFC6;
--cyan-600: #00E0A8;
--cyan-700: #00B386;
--cyan-800: #008060;
--cyan-900: #00523D;
--cyan-950: #003326;
}