#32cfb6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 207, 182
HSL
170°, 62%, 50%
CMYK
76, 0, 12, 19
Luminance
0.4868
Every format
| HEX | #32cfb6 |
| RGB | rgb(50, 207, 182) |
| HSL | hsl(170, 62%, 50%) |
| CMYK | cmyk(76%, 0%, 12%, 19%) |
| LAB | lab(75.3 -45.2 1.0) |
| LCH | lch(75.3 45.3 178.7) |
| OKLCH | oklch(0.770 0.130 179.1) |
Copy-ready code
/* CSS */
color: #32cfb6;
background-color: #32cfb6;
/* Tailwind (arbitrary) */
class="text-[#32cfb6] bg-[#32cfb6]"
/* SCSS */
$brand: #32cfb6;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#32cfb6")Accessibility — WCAG contrast
Aa
#32cfb6 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cfb6 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue71.4%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow12.1%
Key (black)18.8%
Color previews
#32cfb6 text on a black background
contrast 10.74:1
Card sample
#32cfb6 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cfb6;
Background color
Panel with #32cfb6 background
background-color: #32cfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cfb6; background: linear-gradient(135deg, #32cfb6, #327FCF);