#32ccba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 204, 186
HSL
173°, 61%, 50%
CMYK
76, 0, 9, 20
Luminance
0.4741
Every format
| HEX | #32ccba |
| RGB | rgb(50, 204, 186) |
| HSL | hsl(173, 61%, 50%) |
| CMYK | cmyk(76%, 0%, 9%, 20%) |
| LAB | lab(74.5 -42.9 -2.3) |
| LCH | lch(74.5 42.9 183.1) |
| OKLCH | oklch(0.764 0.126 183.1) |
Copy-ready code
/* CSS */
color: #32ccba;
background-color: #32ccba;
/* Tailwind (arbitrary) */
class="text-[#32ccba] bg-[#32ccba]"
/* SCSS */
$brand: #32ccba;
/* SwiftUI */
Color(red: 0.196, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#32ccba")Accessibility — WCAG contrast
Aa
#32ccba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ccba on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.0%
Blue72.9%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#32ccba text on a black background
contrast 10.48:1
Card sample
#32ccba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ccba;
Background color
Panel with #32ccba background
background-color: #32ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ccba; background: linear-gradient(135deg, #32ccba, #3277CC);