#c79df1
a light, electric violet · warm · closest name: plum
RGB
199, 157, 241
HSL
270°, 75%, 78%
CMYK
17, 35, 0, 6
Luminance
0.4261
Every format
| HEX | #c79df1 |
| RGB | rgb(199, 157, 241) |
| HSL | hsl(270, 75%, 78%) |
| CMYK | cmyk(17%, 35%, 0%, 6%) |
| LAB | lab(71.3 31.3 -36.3) |
| LCH | lch(71.3 48.0 310.8) |
| OKLCH | oklch(0.765 0.125 306.6) |
Copy-ready code
/* CSS */
color: #c79df1;
background-color: #c79df1;
/* Tailwind (arbitrary) */
class="text-[#c79df1] bg-[#c79df1]"
/* SCSS */
$brand: #c79df1;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.945)
/* Android */
Color.parseColor("#c79df1")Accessibility — WCAG contrast
Aa
#c79df1 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79df1 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue94.5%
CMYK percentages
Cyan17.4%
Magenta34.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c79df1 text on a black background
contrast 9.52:1
Card sample
#c79df1 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79df1;
Background color
Panel with #c79df1 background
background-color: #c79df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79df1; background: linear-gradient(135deg, #c79df1, #F19DE3);