#c79acf
a light, soft magenta / pink · warm · closest name: plum
RGB
199, 154, 207
HSL
291°, 36%, 71%
CMYK
4, 26, 0, 19
Luminance
0.3976
Every format
| HEX | #c79acf |
| RGB | rgb(199, 154, 207) |
| HSL | hsl(291, 36%, 71%) |
| CMYK | cmyk(4%, 26%, 0%, 19%) |
| LAB | lab(69.3 25.9 -20.7) |
| LCH | lch(69.3 33.2 321.4) |
| OKLCH | oklch(0.746 0.089 321.3) |
Copy-ready code
/* CSS */
color: #c79acf;
background-color: #c79acf;
/* Tailwind (arbitrary) */
class="text-[#c79acf] bg-[#c79acf]"
/* SCSS */
$brand: #c79acf;
/* SwiftUI */
Color(red: 0.780, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#c79acf")Accessibility — WCAG contrast
Aa
#c79acf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79acf on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.4%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c79acf text on a black background
contrast 8.95:1
Card sample
#c79acf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79acf;
Background color
Panel with #c79acf background
background-color: #c79acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79acf; background: linear-gradient(135deg, #c79acf, #CF9AB4);