#d79df8
a light, electric violet · warm · closest name: plum
RGB
215, 157, 248
HSL
278°, 87%, 79%
CMYK
13, 37, 0, 3
Luminance
0.4534
Every format
| HEX | #d79df8 |
| RGB | rgb(215, 157, 248) |
| HSL | hsl(278, 87%, 79%) |
| CMYK | cmyk(13%, 37%, 0%, 3%) |
| LAB | lab(73.1 37.6 -37.1) |
| LCH | lch(73.1 52.9 315.3) |
| OKLCH | oklch(0.783 0.139 312.6) |
Copy-ready code
/* CSS */
color: #d79df8;
background-color: #d79df8;
/* Tailwind (arbitrary) */
class="text-[#d79df8] bg-[#d79df8]"
/* SCSS */
$brand: #d79df8;
/* SwiftUI */
Color(red: 0.843, green: 0.616, blue: 0.973)
/* Android */
Color.parseColor("#d79df8")Accessibility — WCAG contrast
Aa
#d79df8 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d79df8 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green61.6%
Blue97.3%
CMYK percentages
Cyan13.3%
Magenta36.7%
Yellow0.0%
Key (black)2.7%
Color previews
#d79df8 text on a black background
contrast 10.07:1
Card sample
#d79df8 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d79df8;
Background color
Panel with #d79df8 background
background-color: #d79df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d79df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 157, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 157, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d79df8; background: linear-gradient(135deg, #d79df8, #F89DDC);