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