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