Cyan
#33E6C8
CyanColor Codes
All color formats for development
HEX
#33E6C8RGB
rgb(51, 230, 200)HSL
hsl(170, 78%, 55%)OKLCH
oklch(0.832 0.144 178)CMYK
cmyk(78%, 0%, 13%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1C0
2#19C8AB
3#16AF95
4#139680
5#0F7D6B
6#0C6455
7#094B40
8#06322B
9#031915
Tints
Lighter variations
1#47E8CD
2#5CEBD3
3#70EDD8
4#84F0DE
5#99F2E3
6#ADF5E9
7#C2F7EE
8#D6FAF4
9#EBFCF9
Tones
Muted variations
1#3CDDC2
2#45D4BC
3#4ECBB6
4#57C2B0
5#5FB9AA
6#68B0A4
7#71A79E
8#7A9E98
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 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C4F8EF;
--cyan-300: #97F2E3;
--cyan-400: #60EBD4;
--cyan-500: #33E6C8;
--cyan-600: #19C8AB;
--cyan-700: #149F88;
--cyan-800: #0E7161;
--cyan-900: #09493E;
--cyan-950: #062D27;
}