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