#c79dfe
a light, electric violet · warm · closest name: plum
RGB
199, 157, 254
HSL
266°, 98%, 81%
CMYK
22, 38, 0, 0
Luminance
0.4341
Every format
| HEX | #c79dfe |
| RGB | rgb(199, 157, 254) |
| HSL | hsl(266, 98%, 81%) |
| CMYK | cmyk(22%, 38%, 0%, 0%) |
| LAB | lab(71.8 34.2 -42.5) |
| LCH | lch(71.8 54.6 308.8) |
| OKLCH | oklch(0.771 0.141 303.2) |
Copy-ready code
/* CSS */
color: #c79dfe;
background-color: #c79dfe;
/* Tailwind (arbitrary) */
class="text-[#c79dfe] bg-[#c79dfe]"
/* SCSS */
$brand: #c79dfe;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#c79dfe")Accessibility — WCAG contrast
Aa
#c79dfe on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79dfe on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c79dfe text on a black background
contrast 9.68:1
Card sample
#c79dfe text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79dfe;
Background color
Panel with #c79dfe background
background-color: #c79dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79dfe; background: linear-gradient(135deg, #c79dfe, #FE9DF4);