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