#c79df7
a light, electric violet · warm · closest name: plum
RGB
199, 157, 247
HSL
268°, 85%, 79%
CMYK
19, 36, 0, 3
Luminance
0.4297
Every format
| HEX | #c79df7 |
| RGB | rgb(199, 157, 247) |
| HSL | hsl(268, 85%, 79%) |
| CMYK | cmyk(19%, 36%, 0%, 3%) |
| LAB | lab(71.5 32.7 -39.2) |
| LCH | lch(71.5 51.0 309.8) |
| OKLCH | oklch(0.768 0.132 304.9) |
Copy-ready code
/* CSS */
color: #c79df7;
background-color: #c79df7;
/* Tailwind (arbitrary) */
class="text-[#c79df7] bg-[#c79df7]"
/* SCSS */
$brand: #c79df7;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#c79df7")Accessibility — WCAG contrast
Aa
#c79df7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79df7 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue96.9%
CMYK percentages
Cyan19.4%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#c79df7 text on a black background
contrast 9.59:1
Card sample
#c79df7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79df7;
Background color
Panel with #c79df7 background
background-color: #c79df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79df7; background: linear-gradient(135deg, #c79df7, #F79DEB);