Cyan
#33E6CE
CyanColor Codes
All color formats for development
HEX
#33E6CERGB
rgb(51, 230, 206)HSL
hsl(172, 78%, 55%)OKLCH
oklch(0.834 0.141 181.2)CMYK
cmyk(78%, 0%, 10%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1C6
2#19C8B0
3#16AF9A
4#139684
5#0F7D6E
6#0C6458
7#094B42
8#06322C
9#031916
Tints
Lighter variations
1#47E8D3
2#5CEBD8
3#70EDDD
4#84F0E2
5#99F2E6
6#ADF5EB
7#C2F7F0
8#D6FAF5
9#EBFCFA
Tones
Muted variations
1#3CDDC7
2#45D4C1
3#4ECBBA
4#57C2B4
5#5FB9AD
6#68B0A7
7#71A7A0
8#7A9E99
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF7;
--cyan-200: #C4F8F1;
--cyan-300: #97F2E6;
--cyan-400: #60EBD9;
--cyan-500: #33E6CE;
--cyan-600: #19C8B0;
--cyan-700: #149F8C;
--cyan-800: #0E7164;
--cyan-900: #094940;
--cyan-950: #062D28;
}