#32cbc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
50, 203, 194
HSL
177°, 61%, 50%
CMYK
75, 0, 4, 20
Luminance
0.4729
Every format
| HEX | #32cbc2 |
| RGB | rgb(50, 203, 194) |
| HSL | hsl(177, 61%, 50%) |
| CMYK | cmyk(75%, 0%, 4%, 20%) |
| LAB | lab(74.4 -40.2 -6.7) |
| LCH | lch(74.4 40.8 189.5) |
| OKLCH | oklch(0.764 0.122 188.9) |
Copy-ready code
/* CSS */
color: #32cbc2;
background-color: #32cbc2;
/* Tailwind (arbitrary) */
class="text-[#32cbc2] bg-[#32cbc2]"
/* SCSS */
$brand: #32cbc2;
/* SwiftUI */
Color(red: 0.196, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#32cbc2")Accessibility — WCAG contrast
Aa
#32cbc2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cbc2 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green79.6%
Blue76.1%
CMYK percentages
Cyan75.4%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#32cbc2 text on a black background
contrast 10.46:1
Card sample
#32cbc2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cbc2;
Background color
Panel with #32cbc2 background
background-color: #32cbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cbc2; background: linear-gradient(135deg, #32cbc2, #326ECB);