Cyan
#33E6DA
CyanColor Codes
All color formats for development
HEX
#33E6DARGB
rgb(51, 230, 218)HSL
hsl(176, 78%, 55%)OKLCH
oklch(0.838 0.137 187.9)CMYK
cmyk(78%, 0%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1D4
2#19C8BC
3#16AFA5
4#13968D
5#0F7D76
6#0C645E
7#094B47
8#06322F
9#031918
Tints
Lighter variations
1#47E8DE
2#5CEBE1
3#70EDE5
4#84F0E9
5#99F2EC
6#ADF5F0
7#C2F7F4
8#D6FAF8
9#EBFCFB
Tones
Muted variations
1#3CDDD2
2#45D4CA
3#4ECBC3
4#57C2BB
5#5FB9B3
6#68B0AB
7#71A7A4
8#7A9E9C
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBF9;
--cyan-200: #C4F8F4;
--cyan-300: #97F2EC;
--cyan-400: #60EBE2;
--cyan-500: #33E6DA;
--cyan-600: #19C8BC;
--cyan-700: #149F96;
--cyan-800: #0E716B;
--cyan-900: #094944;
--cyan-950: #062D2B;
}