#c79dfb
a light, electric violet · warm · closest name: plum
RGB
199, 157, 251
HSL
267°, 92%, 80%
CMYK
21, 38, 0, 2
Luminance
0.4322
Every format
| HEX | #c79dfb |
| RGB | rgb(199, 157, 251) |
| HSL | hsl(267, 92%, 80%) |
| CMYK | cmyk(21%, 38%, 0%, 2%) |
| LAB | lab(71.7 33.5 -41.1) |
| LCH | lch(71.7 53.0 309.2) |
| OKLCH | oklch(0.769 0.137 303.9) |
Copy-ready code
/* CSS */
color: #c79dfb;
background-color: #c79dfb;
/* Tailwind (arbitrary) */
class="text-[#c79dfb] bg-[#c79dfb]"
/* SCSS */
$brand: #c79dfb;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#c79dfb")Accessibility — WCAG contrast
Aa
#c79dfb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79dfb on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c79dfb text on a black background
contrast 9.64:1
Card sample
#c79dfb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79dfb;
Background color
Panel with #c79dfb background
background-color: #c79dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79dfb; background: linear-gradient(135deg, #c79dfb, #FB9DF0);