Cyan
#33E6CB
CyanColor Codes
All color formats for development
HEX
#33E6CBRGB
rgb(51, 230, 203)HSL
hsl(171, 78%, 55%)OKLCH
oklch(0.833 0.142 179.6)CMYK
cmyk(78%, 0%, 12%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1C3
2#19C8AD
3#16AF98
4#139682
5#0F7D6C
6#0C6457
7#094B41
8#06322B
9#031916
Tints
Lighter variations
1#47E8D0
2#5CEBD5
3#70EDDB
4#84F0E0
5#99F2E5
6#ADF5EA
7#C2F7EF
8#D6FAF5
9#EBFCFA
Tones
Muted variations
1#3CDDC5
2#45D4BE
3#4ECBB8
4#57C2B2
5#5FB9AC
6#68B0A5
7#71A79F
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 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF7;
--cyan-200: #C4F8F0;
--cyan-300: #97F2E4;
--cyan-400: #60EBD6;
--cyan-500: #33E6CB;
--cyan-600: #19C8AD;
--cyan-700: #149F8A;
--cyan-800: #0E7163;
--cyan-900: #09493F;
--cyan-950: #062D27;
}