#c79bdf
a light, vivid violet · warm · closest name: plum
RGB
199, 155, 223
HSL
279°, 52%, 74%
CMYK
11, 31, 0, 13
Luminance
0.4091
Every format
| HEX | #c79bdf |
| RGB | rgb(199, 155, 223) |
| HSL | hsl(279, 52%, 74%) |
| CMYK | cmyk(11%, 31%, 0%, 13%) |
| LAB | lab(70.1 28.6 -28.3) |
| LCH | lch(70.1 40.2 315.4) |
| OKLCH | oklch(0.754 0.106 313.3) |
Copy-ready code
/* CSS */
color: #c79bdf;
background-color: #c79bdf;
/* Tailwind (arbitrary) */
class="text-[#c79bdf] bg-[#c79bdf]"
/* SCSS */
$brand: #c79bdf;
/* SwiftUI */
Color(red: 0.780, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#c79bdf")Accessibility — WCAG contrast
Aa
#c79bdf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79bdf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c79bdf text on a black background
contrast 9.18:1
Card sample
#c79bdf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79bdf;
Background color
Panel with #c79bdf background
background-color: #c79bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79bdf; background: linear-gradient(135deg, #c79bdf, #DF9BCA);