Cyan
#33E6D7
CyanColor Codes
All color formats for development
HEX
#33E6D7RGB
rgb(51, 230, 215)HSL
hsl(175, 78%, 55%)OKLCH
oklch(0.837 0.138 186.1)CMYK
cmyk(78%, 0%, 7%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1D0
2#19C8B9
3#16AFA2
4#13968B
5#0F7D74
6#0C645D
7#094B45
8#06322E
9#031917
Tints
Lighter variations
1#47E8DB
2#5CEBDF
3#70EDE3
4#84F0E7
5#99F2EB
6#ADF5EF
7#C2F7F3
8#D6FAF7
9#EBFCFB
Tones
Muted variations
1#3CDDCF
2#45D4C8
3#4ECBC0
4#57C2B9
5#5FB9B2
6#68B0AA
7#71A7A3
8#7A9E9B
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF9;
--cyan-200: #C4F8F3;
--cyan-300: #97F2EA;
--cyan-400: #60EBE0;
--cyan-500: #33E6D7;
--cyan-600: #19C8B9;
--cyan-700: #149F93;
--cyan-800: #0E7169;
--cyan-900: #094943;
--cyan-950: #062D2A;
}