#32cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 207, 188
HSL
173°, 62%, 50%
CMYK
76, 0, 9, 19
Luminance
0.4893
Every format
| HEX | #32cfbc |
| RGB | rgb(50, 207, 188) |
| HSL | hsl(173, 62%, 50%) |
| CMYK | cmyk(76%, 0%, 9%, 19%) |
| LAB | lab(75.4 -43.6 -2.0) |
| LCH | lch(75.4 43.7 182.6) |
| OKLCH | oklch(0.772 0.128 182.7) |
Copy-ready code
/* CSS */
color: #32cfbc;
background-color: #32cfbc;
/* Tailwind (arbitrary) */
class="text-[#32cfbc] bg-[#32cfbc]"
/* SCSS */
$brand: #32cfbc;
/* SwiftUI */
Color(red: 0.196, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#32cfbc")Accessibility — WCAG contrast
Aa
#32cfbc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cfbc on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#32cfbc text on a black background
contrast 10.79:1
Card sample
#32cfbc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cfbc;
Background color
Panel with #32cfbc background
background-color: #32cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cfbc; background: linear-gradient(135deg, #32cfbc, #3279CF);