Cyan
#33E6D4
CyanColor Codes
All color formats for development
HEX
#33E6D4RGB
rgb(51, 230, 212)HSL
hsl(174, 78%, 55%)OKLCH
oklch(0.836 0.139 184.5)CMYK
cmyk(78%, 0%, 8%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1CD
2#19C8B6
3#16AF9F
4#139689
5#0F7D72
6#0C645B
7#094B44
8#06322E
9#031917
Tints
Lighter variations
1#47E8D8
2#5CEBDC
3#70EDE1
4#84F0E5
5#99F2E9
6#ADF5EE
7#C2F7F2
8#D6FAF6
9#EBFCFB
Tones
Muted variations
1#3CDDCD
2#45D4C6
3#4ECBBE
4#57C2B7
5#5FB9B0
6#68B0A9
7#71A7A2
8#7A9E9B
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C4F8F3;
--cyan-300: #97F2E9;
--cyan-400: #60EBDD;
--cyan-500: #33E6D4;
--cyan-600: #19C8B6;
--cyan-700: #149F91;
--cyan-800: #0E7168;
--cyan-900: #094942;
--cyan-950: #062D29;
}