Cyan
#33E6D1
CyanColor Codes
All color formats for development
HEX
#33E6D1RGB
rgb(51, 230, 209)HSL
hsl(173, 78%, 55%)OKLCH
oklch(0.835 0.14 182.8)CMYK
cmyk(78%, 0%, 9%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1CA
2#19C8B3
3#16AF9D
4#139686
5#0F7D70
6#0C645A
7#094B43
8#06322D
9#031916
Tints
Lighter variations
1#47E8D5
2#5CEBDA
3#70EDDF
4#84F0E3
5#99F2E8
6#ADF5ED
7#C2F7F1
8#D6FAF6
9#EBFCFA
Tones
Muted variations
1#3CDDCA
2#45D4C3
3#4ECBBC
4#57C2B5
5#5FB9AF
6#68B0A8
7#71A7A1
8#7A9E9A
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094941 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C4F8F2;
--cyan-300: #97F2E7;
--cyan-400: #60EBDB;
--cyan-500: #33E6D1;
--cyan-600: #19C8B3;
--cyan-700: #149F8F;
--cyan-800: #0E7166;
--cyan-900: #094941;
--cyan-950: #062D29;
}