#c77daf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 125, 175
HSL
320°, 40%, 64%
CMYK
0, 37, 12, 22
Luminance
0.2990
Every format
| HEX | #c77daf |
| RGB | rgb(199, 125, 175) |
| HSL | hsl(320, 40%, 64%) |
| CMYK | cmyk(0%, 37%, 12%, 22%) |
| LAB | lab(61.6 36.0 -14.4) |
| LCH | lch(61.6 38.8 338.1) |
| OKLCH | oklch(0.683 0.112 339.9) |
Copy-ready code
/* CSS */
color: #c77daf;
background-color: #c77daf;
/* Tailwind (arbitrary) */
class="text-[#c77daf] bg-[#c77daf]"
/* SCSS */
$brand: #c77daf;
/* SwiftUI */
Color(red: 0.780, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#c77daf")Accessibility — WCAG contrast
Aa
#c77daf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c77daf on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow12.1%
Key (black)22.0%
Color previews
#c77daf text on a black background
contrast 6.98:1
Card sample
#c77daf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77daf;
Background color
Panel with #c77daf background
background-color: #c77daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77daf; background: linear-gradient(135deg, #c77daf, #C77D7D);