#c79afb
a light, electric violet · warm · closest name: plum
RGB
199, 154, 251
HSL
268°, 92%, 79%
CMYK
21, 39, 0, 2
Luminance
0.4222
Every format
| HEX | #c79afb |
| RGB | rgb(199, 154, 251) |
| HSL | hsl(268, 92%, 79%) |
| CMYK | cmyk(21%, 39%, 0%, 2%) |
| LAB | lab(71.0 35.2 -42.2) |
| LCH | lch(71.0 54.9 309.9) |
| OKLCH | oklch(0.764 0.142 304.6) |
Copy-ready code
/* CSS */
color: #c79afb;
background-color: #c79afb;
/* Tailwind (arbitrary) */
class="text-[#c79afb] bg-[#c79afb]"
/* SCSS */
$brand: #c79afb;
/* SwiftUI */
Color(red: 0.780, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#c79afb")Accessibility — WCAG contrast
Aa
#c79afb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79afb on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.4%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c79afb text on a black background
contrast 9.44:1
Card sample
#c79afb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79afb;
Background color
Panel with #c79afb background
background-color: #c79afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79afb; background: linear-gradient(135deg, #c79afb, #FB9AEE);