#c79bfd
a light, electric violet · warm · closest name: plum
RGB
199, 155, 253
HSL
267°, 96%, 80%
CMYK
21, 39, 0, 1
Luminance
0.4268
Every format
| HEX | #c79bfd |
| RGB | rgb(199, 155, 253) |
| HSL | hsl(267, 96%, 80%) |
| CMYK | cmyk(21%, 39%, 0%, 1%) |
| LAB | lab(71.3 35.1 -42.8) |
| LCH | lch(71.3 55.3 309.4) |
| OKLCH | oklch(0.767 0.143 303.9) |
Copy-ready code
/* CSS */
color: #c79bfd;
background-color: #c79bfd;
/* Tailwind (arbitrary) */
class="text-[#c79bfd] bg-[#c79bfd]"
/* SCSS */
$brand: #c79bfd;
/* SwiftUI */
Color(red: 0.780, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#c79bfd")Accessibility — WCAG contrast
Aa
#c79bfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79bfd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.8%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c79bfd text on a black background
contrast 9.54:1
Card sample
#c79bfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79bfd;
Background color
Panel with #c79bfd background
background-color: #c79bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79bfd; background: linear-gradient(135deg, #c79bfd, #FD9BF2);