Cyan
#33E6DD
CyanColor Codes
All color formats for development
HEX
#33E6DDRGB
rgb(51, 230, 221)HSL
hsl(177, 78%, 55%)OKLCH
oklch(0.839 0.136 189.6)CMYK
cmyk(78%, 0%, 4%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1D7
2#19C8BF
3#16AFA7
4#13968F
5#0F7D77
6#0C645F
7#094B48
8#063230
9#031918
Tints
Lighter variations
1#47E8E0
2#5CEBE4
3#70EDE7
4#84F0EA
5#99F2EE
6#ADF5F1
7#C2F7F5
8#D6FAF8
9#EBFCFC
Tones
Muted variations
1#3CDDD5
2#45D4CD
3#4ECBC5
4#57C2BD
5#5FB9B5
6#68B0AC
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 #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | 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: #DFFBFA;
--cyan-200: #C4F8F5;
--cyan-300: #97F2EE;
--cyan-400: #60EBE4;
--cyan-500: #33E6DD;
--cyan-600: #19C8BF;
--cyan-700: #149F98;
--cyan-800: #0E716D;
--cyan-900: #094945;
--cyan-950: #062D2B;
}