#32b5ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 181, 172
HSL
176°, 57%, 45%
CMYK
72, 0, 5, 29
Luminance
0.3670
Every format
| HEX | #32b5ac |
| RGB | rgb(50, 181, 172) |
| HSL | hsl(176, 57%, 45%) |
| CMYK | cmyk(72%, 0%, 5%, 29%) |
| LAB | lab(67.0 -36.4 -5.5) |
| LCH | lch(67.0 36.8 188.6) |
| OKLCH | oklch(0.703 0.110 188.1) |
Copy-ready code
/* CSS */
color: #32b5ac;
background-color: #32b5ac;
/* Tailwind (arbitrary) */
class="text-[#32b5ac] bg-[#32b5ac]"
/* SCSS */
$brand: #32b5ac;
/* SwiftUI */
Color(red: 0.196, green: 0.710, blue: 0.675)
/* Android */
Color.parseColor("#32b5ac")Accessibility — WCAG contrast
Aa
#32b5ac on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b5ac on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green71.0%
Blue67.5%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow5.0%
Key (black)29.0%
Color previews
#32b5ac text on a black background
contrast 8.34:1
Card sample
#32b5ac text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b5ac;
Background color
Panel with #32b5ac background
background-color: #32b5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 181, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 181, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b5ac; background: linear-gradient(135deg, #32b5ac, #3267B5);