#c79cf8
a light, electric violet · warm · closest name: plum
RGB
199, 156, 248
HSL
268°, 87%, 79%
CMYK
20, 37, 0, 3
Luminance
0.4270
Every format
| HEX | #c79cf8 |
| RGB | rgb(199, 156, 248) |
| HSL | hsl(268, 87%, 79%) |
| CMYK | cmyk(20%, 37%, 0%, 3%) |
| LAB | lab(71.3 33.4 -40.0) |
| LCH | lch(71.3 52.1 309.9) |
| OKLCH | oklch(0.766 0.135 304.9) |
Copy-ready code
/* CSS */
color: #c79cf8;
background-color: #c79cf8;
/* Tailwind (arbitrary) */
class="text-[#c79cf8] bg-[#c79cf8]"
/* SCSS */
$brand: #c79cf8;
/* SwiftUI */
Color(red: 0.780, green: 0.612, blue: 0.973)
/* Android */
Color.parseColor("#c79cf8")Accessibility — WCAG contrast
Aa
#c79cf8 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79cf8 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green61.2%
Blue97.3%
CMYK percentages
Cyan19.8%
Magenta37.1%
Yellow0.0%
Key (black)2.7%
Color previews
#c79cf8 text on a black background
contrast 9.54:1
Card sample
#c79cf8 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79cf8;
Background color
Panel with #c79cf8 background
background-color: #c79cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 156, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 156, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79cf8; background: linear-gradient(135deg, #c79cf8, #F89CEC);