#32eac1
a balanced, electric cyan · cool · closest name: aquamarine
RGB
50, 234, 193
HSL
167°, 81%, 56%
CMYK
79, 0, 18, 8
Luminance
0.6337
Every format
| HEX | #32eac1 |
| RGB | rgb(50, 234, 193) |
| HSL | hsl(167, 81%, 56%) |
| CMYK | cmyk(79%, 0%, 18%, 8%) |
| LAB | lab(83.6 -53.6 7.3) |
| LCH | lch(83.6 54.1 172.2) |
| OKLCH | oklch(0.840 0.152 173.0) |
Copy-ready code
/* CSS */
color: #32eac1;
background-color: #32eac1;
/* Tailwind (arbitrary) */
class="text-[#32eac1] bg-[#32eac1]"
/* SCSS */
$brand: #32eac1;
/* SwiftUI */
Color(red: 0.196, green: 0.918, blue: 0.757)
/* Android */
Color.parseColor("#32eac1")Accessibility — WCAG contrast
Aa
#32eac1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32eac1 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green91.8%
Blue75.7%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow17.5%
Key (black)8.2%
Color previews
#32eac1 text on a black background
contrast 13.67:1
Card sample
#32eac1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32eac1;
Background color
Panel with #32eac1 background
background-color: #32eac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32eac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 234, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 234, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32eac1; background: linear-gradient(135deg, #32eac1, #3298EA);