#c79dfd
a light, electric violet · warm · closest name: plum
RGB
199, 157, 253
HSL
266°, 96%, 80%
CMYK
21, 38, 0, 1
Luminance
0.4335
Every format
| HEX | #c79dfd |
| RGB | rgb(199, 157, 253) |
| HSL | hsl(266, 96%, 80%) |
| CMYK | cmyk(21%, 38%, 0%, 1%) |
| LAB | lab(71.8 34.0 -42.0) |
| LCH | lch(71.8 54.1 309.0) |
| OKLCH | oklch(0.770 0.140 303.4) |
Copy-ready code
/* CSS */
color: #c79dfd;
background-color: #c79dfd;
/* Tailwind (arbitrary) */
class="text-[#c79dfd] bg-[#c79dfd]"
/* SCSS */
$brand: #c79dfd;
/* SwiftUI */
Color(red: 0.780, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#c79dfd")Accessibility — WCAG contrast
Aa
#c79dfd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79dfd on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.6%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c79dfd text on a black background
contrast 9.67:1
Card sample
#c79dfd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79dfd;
Background color
Panel with #c79dfd background
background-color: #c79dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79dfd; background: linear-gradient(135deg, #c79dfd, #FD9DF3);