Cyan
#33E3E6
CyanColor Codes
All color formats for development
HEX
#33E3E6RGB
rgb(51, 227, 230)HSL
hsl(181, 78%, 55%)OKLCH
oklch(0.834 0.133 196.7)CMYK
cmyk(78%, 1%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CDDE1
2#19C5C8
3#16ACAF
4#139496
5#0F7B7D
6#0C6264
7#094A4B
8#063132
9#031919
Tints
Lighter variations
1#47E6E8
2#5CE8EB
3#70EBED
4#84EEF0
5#99F1F2
6#ADF4F5
7#C2F7F7
8#D6F9FA
9#EBFCFC
Tones
Muted variations
1#3CDADD
2#45D1D4
3#4EC9CB
4#57C0C2
5#5FB8B9
6#68AFB0
7#71A6A7
8#7A9E9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F7F8;
--cyan-300: #97F1F2;
--cyan-400: #60E9EB;
--cyan-500: #33E3E6;
--cyan-600: #19C5C8;
--cyan-700: #149D9F;
--cyan-800: #0E7071;
--cyan-900: #094849;
--cyan-950: #062D2D;
}