#32eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 236, 235
HSL
180°, 83%, 56%
CMYK
79, 0, 0, 8
Luminance
0.6667
Every format
| HEX | #32eceb |
| RGB | rgb(50, 236, 235) |
| HSL | hsl(180, 83%, 56%) |
| CMYK | cmyk(79%, 0%, 0%, 8%) |
| LAB | lab(85.3 -43.4 -12.3) |
| LCH | lch(85.3 45.1 195.8) |
| OKLCH | oklch(0.857 0.139 194.3) |
Copy-ready code
/* CSS */
color: #32eceb;
background-color: #32eceb;
/* Tailwind (arbitrary) */
class="text-[#32eceb] bg-[#32eceb]"
/* SCSS */
$brand: #32eceb;
/* SwiftUI */
Color(red: 0.196, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#32eceb")Accessibility — WCAG contrast
Aa
#32eceb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32eceb on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#32eceb text on a black background
contrast 14.33:1
Card sample
#32eceb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32eceb;
Background color
Panel with #32eceb background
background-color: #32eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32eceb; background: linear-gradient(135deg, #32eceb, #3271EC);