#32b3af
a dark, vivid cyan · cool · closest name: turquoise
RGB
50, 179, 175
HSL
178°, 56%, 45%
CMYK
72, 0, 2, 30
Luminance
0.3601
Every format
| HEX | #32b3af |
| RGB | rgb(50, 179, 175) |
| HSL | hsl(178, 56%, 45%) |
| CMYK | cmyk(72%, 0%, 2%, 30%) |
| LAB | lab(66.5 -34.6 -8.0) |
| LCH | lch(66.5 35.5 193.0) |
| OKLCH | oklch(0.699 0.108 191.9) |
Copy-ready code
/* CSS */
color: #32b3af;
background-color: #32b3af;
/* Tailwind (arbitrary) */
class="text-[#32b3af] bg-[#32b3af]"
/* SCSS */
$brand: #32b3af;
/* SwiftUI */
Color(red: 0.196, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#32b3af")Accessibility — WCAG contrast
Aa
#32b3af on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b3af on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green70.2%
Blue68.6%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#32b3af text on a black background
contrast 8.20:1
Card sample
#32b3af text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b3af;
Background color
Panel with #32b3af background
background-color: #32b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b3af; background: linear-gradient(135deg, #32b3af, #3261B3);