#32bfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 191, 172
HSL
172°, 59%, 47%
CMYK
74, 0, 10, 25
Luminance
0.4092
Every format
| HEX | #32bfac |
| RGB | rgb(50, 191, 172) |
| HSL | hsl(172, 59%, 47%) |
| CMYK | cmyk(74%, 0%, 10%, 25%) |
| LAB | lab(70.1 -40.9 -1.0) |
| LCH | lch(70.1 41.0 181.4) |
| OKLCH | oklch(0.728 0.119 181.6) |
Copy-ready code
/* CSS */
color: #32bfac;
background-color: #32bfac;
/* Tailwind (arbitrary) */
class="text-[#32bfac] bg-[#32bfac]"
/* SCSS */
$brand: #32bfac;
/* SwiftUI */
Color(red: 0.196, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#32bfac")Accessibility — WCAG contrast
Aa
#32bfac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32bfac on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#32bfac text on a black background
contrast 9.18:1
Card sample
#32bfac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32bfac;
Background color
Panel with #32bfac background
background-color: #32bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32bfac; background: linear-gradient(135deg, #32bfac, #3274BF);