Cyan
#33E6E0
CyanColor Codes
All color formats for development
HEX
#33E6E0RGB
rgb(51, 230, 224)HSL
hsl(178, 78%, 55%)OKLCH
oklch(0.84 0.136 191.3)CMYK
cmyk(78%, 0%, 3%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1DA
2#19C8C2
3#16AFAA
4#139691
5#0F7D79
6#0C6461
7#094B49
8#063230
9#031918
Tints
Lighter variations
1#47E8E3
2#5CEBE6
3#70EDE9
4#84F0EC
5#99F2EF
6#ADF5F3
7#C2F7F6
8#D6FAF9
9#EBFCFC
Tones
Muted variations
1#3CDDD7
2#45D4CF
3#4ECBC7
4#57C2BE
5#5FB9B6
6#68B0AE
7#71A7A5
8#7A9E9D
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C4F8F6;
--cyan-300: #97F2EF;
--cyan-400: #60EBE7;
--cyan-500: #33E6E0;
--cyan-600: #19C8C2;
--cyan-700: #149F9A;
--cyan-800: #0E716E;
--cyan-900: #094947;
--cyan-950: #062D2C;
}