#c79fdf
a light, vivid violet · warm · closest name: plum
RGB
199, 159, 223
HSL
278°, 50%, 75%
CMYK
11, 29, 0, 13
Luminance
0.4227
Every format
| HEX | #c79fdf |
| RGB | rgb(199, 159, 223) |
| HSL | hsl(278, 50%, 75%) |
| CMYK | cmyk(11%, 29%, 0%, 13%) |
| LAB | lab(71.0 26.4 -26.8) |
| LCH | lch(71.0 37.6 314.6) |
| OKLCH | oklch(0.761 0.099 312.4) |
Copy-ready code
/* CSS */
color: #c79fdf;
background-color: #c79fdf;
/* Tailwind (arbitrary) */
class="text-[#c79fdf] bg-[#c79fdf]"
/* SCSS */
$brand: #c79fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#c79fdf")Accessibility — WCAG contrast
Aa
#c79fdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79fdf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green62.4%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c79fdf text on a black background
contrast 9.45:1
Card sample
#c79fdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79fdf;
Background color
Panel with #c79fdf background
background-color: #c79fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79fdf; background: linear-gradient(135deg, #c79fdf, #DF9FCC);