#32d2ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 210, 172
HSL
166°, 64%, 51%
CMYK
76, 0, 18, 18
Luminance
0.4975
Every format
| HEX | #32d2ac |
| RGB | rgb(50, 210, 172) |
| HSL | hsl(166, 64%, 51%) |
| CMYK | cmyk(76%, 0%, 18%, 18%) |
| LAB | lab(75.9 -49.0 7.4) |
| LCH | lch(75.9 49.6 171.4) |
| OKLCH | oklch(0.775 0.139 172.3) |
Copy-ready code
/* CSS */
color: #32d2ac;
background-color: #32d2ac;
/* Tailwind (arbitrary) */
class="text-[#32d2ac] bg-[#32d2ac]"
/* SCSS */
$brand: #32d2ac;
/* SwiftUI */
Color(red: 0.196, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#32d2ac")Accessibility — WCAG contrast
Aa
#32d2ac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32d2ac on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green82.4%
Blue67.5%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#32d2ac text on a black background
contrast 10.95:1
Card sample
#32d2ac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32d2ac;
Background color
Panel with #32d2ac background
background-color: #32d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32d2ac; background: linear-gradient(135deg, #32d2ac, #328DD2);