Cyan
#33E6C5
CyanColor Codes
All color formats for development
HEX
#33E6C5RGB
rgb(51, 230, 197)HSL
hsl(169, 78%, 55%)OKLCH
oklch(0.831 0.145 176.5)CMYK
cmyk(78%, 0%, 14%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1BD
2#19C8A8
3#16AF93
4#13967E
5#0F7D69
6#0C6454
7#094B3F
8#06322A
9#031915
Tints
Lighter variations
1#47E8CB
2#5CEBD1
3#70EDD6
4#84F0DC
5#99F2E2
6#ADF5E8
7#C2F7EE
8#D6FAF3
9#EBFCF9
Tones
Muted variations
1#3CDDBF
2#45D4BA
3#4ECBB4
4#57C2AE
5#5FB9A9
6#68B0A3
7#71A79D
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 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C4F8EE;
--cyan-300: #97F2E1;
--cyan-400: #60EBD2;
--cyan-500: #33E6C5;
--cyan-600: #19C8A8;
--cyan-700: #149F85;
--cyan-800: #0E715F;
--cyan-900: #09493D;
--cyan-950: #062D26;
}