Cyan
#00E0BB
CyanColor Codes
All color formats for development
HEX
#00E0BBRGB
rgb(0, 224, 187)HSL
hsl(170, 100%, 44%)OKLCH
oklch(0.809 0.153 175)CMYK
cmyk(100%, 0%, 17%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00CAA8
2#00B496
3#009D83
4#008770
5#00705E
6#005A4B
7#004338
8#002D25
9#001613
Tints
Lighter variations
1#00FDD3
2#1BFFD9
3#37FFDE
4#54FFE2
5#70FFE7
6#8DFFEC
7#A9FFF1
8#C6FFF5
9#E2FFFA
Tones
Muted variations
1#0BD5B4
2#16CAAC
3#22BFA5
4#2DB49D
5#38A896
6#439D8E
7#4F9287
8#5A877F
9#657B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFC;
--cyan-100: #DBFFF9;
--cyan-200: #BDFFF4;
--cyan-300: #8AFFEB;
--cyan-400: #4DFFE1;
--cyan-500: #1AFFD9;
--cyan-600: #00E0BB;
--cyan-700: #00B395;
--cyan-800: #00806A;
--cyan-900: #005244;
--cyan-950: #00332B;
}