#c79df4
a light, electric violet · warm · closest name: plum
RGB
199, 157, 244
HSL
269°, 80%, 79%
CMYK
18, 36, 0, 4
Luminance
0.4279
Every format
| HEX | #c79df4 |
| RGB | rgb(199, 157, 244) |
| HSL | hsl(269, 80%, 79%) |
| CMYK | cmyk(18%, 36%, 0%, 4%) |
| LAB | lab(71.4 32.0 -37.8) |
| LCH | lch(71.4 49.5 310.3) |
| OKLCH | oklch(0.766 0.129 305.7) |
Copy-ready code
/* CSS */
color: #c79df4;
background-color: #c79df4;
/* Tailwind (arbitrary) */
class="text-[#c79df4] bg-[#c79df4]"
/* SCSS */
$brand: #c79df4;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#c79df4")Accessibility — WCAG contrast
Aa
#c79df4 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79df4 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue95.7%
CMYK percentages
Cyan18.4%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#c79df4 text on a black background
contrast 9.56:1
Card sample
#c79df4 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79df4;
Background color
Panel with #c79df4 background
background-color: #c79df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79df4; background: linear-gradient(135deg, #c79df4, #F49DE7);