Cyan
#33E6C2
CyanColor Codes
All color formats for development
HEX
#33E6C2RGB
rgb(51, 230, 194)HSL
hsl(168, 78%, 55%)OKLCH
oklch(0.83 0.147 175)CMYK
cmyk(78%, 0%, 16%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1B9
2#19C8A5
3#16AF90
4#13967C
5#0F7D67
6#0C6452
7#094B3E
8#063229
9#031915
Tints
Lighter variations
1#47E8C8
2#5CEBCE
3#70EDD4
4#84F0DA
5#99F2E0
6#ADF5E7
7#C2F7ED
8#D6FAF3
9#EBFCF9
Tones
Muted variations
1#3CDDBD
2#45D4B7
3#4ECBB2
4#57C2AC
5#5FB9A7
6#68B0A2
7#71A79C
8#7A9E97
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C4F8ED;
--cyan-300: #97F2E0;
--cyan-400: #60EBD0;
--cyan-500: #33E6C2;
--cyan-600: #19C8A5;
--cyan-700: #149F83;
--cyan-800: #0E715E;
--cyan-900: #09493C;
--cyan-950: #062D25;
}