#c77eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 126, 178
HSL
317°, 40%, 64%
CMYK
0, 37, 11, 22
Luminance
0.3028
Every format
| HEX | #c77eb2 |
| RGB | rgb(199, 126, 178) |
| HSL | hsl(317, 40%, 64%) |
| CMYK | cmyk(0%, 37%, 11%, 22%) |
| LAB | lab(61.9 36.0 -15.7) |
| LCH | lch(61.9 39.2 336.5) |
| OKLCH | oklch(0.686 0.112 338.2) |
Copy-ready code
/* CSS */
color: #c77eb2;
background-color: #c77eb2;
/* Tailwind (arbitrary) */
class="text-[#c77eb2] bg-[#c77eb2]"
/* SCSS */
$brand: #c77eb2;
/* SwiftUI */
Color(red: 0.780, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#c77eb2")Accessibility — WCAG contrast
Aa
#c77eb2 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77eb2 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow10.6%
Key (black)22.0%
Color previews
#c77eb2 text on a black background
contrast 7.06:1
Card sample
#c77eb2 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77eb2;
Background color
Panel with #c77eb2 background
background-color: #c77eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77eb2; background: linear-gradient(135deg, #c77eb2, #C77E81);