#c779af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
199, 121, 175
HSL
319°, 41%, 63%
CMYK
0, 39, 12, 22
Luminance
0.2891
Every format
| HEX | #c779af |
| RGB | rgb(199, 121, 175) |
| HSL | hsl(319, 41%, 63%) |
| CMYK | cmyk(0%, 39%, 12%, 22%) |
| LAB | lab(60.7 38.1 -15.8) |
| LCH | lch(60.7 41.3 337.6) |
| OKLCH | oklch(0.676 0.119 339.3) |
Copy-ready code
/* CSS */
color: #c779af;
background-color: #c779af;
/* Tailwind (arbitrary) */
class="text-[#c779af] bg-[#c779af]"
/* SCSS */
$brand: #c779af;
/* SwiftUI */
Color(red: 0.780, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#c779af")Accessibility — WCAG contrast
Aa
#c779af on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c779af on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green47.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow12.1%
Key (black)22.0%
Color previews
#c779af text on a black background
contrast 6.78:1
Card sample
#c779af text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c779af;
Background color
Panel with #c779af background
background-color: #c779af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c779af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c779af; background: linear-gradient(135deg, #c779af, #C7797B);