#d79df4
a light, electric violet · warm · closest name: plum
RGB
215, 157, 244
HSL
280°, 80%, 79%
CMYK
12, 36, 0, 4
Luminance
0.4509
Every format
| HEX | #d79df4 |
| RGB | rgb(215, 157, 244) |
| HSL | hsl(280, 80%, 79%) |
| CMYK | cmyk(12%, 36%, 0%, 4%) |
| LAB | lab(73.0 36.8 -35.2) |
| LCH | lch(73.0 50.9 316.2) |
| OKLCH | oklch(0.781 0.135 314.0) |
Copy-ready code
/* CSS */
color: #d79df4;
background-color: #d79df4;
/* Tailwind (arbitrary) */
class="text-[#d79df4] bg-[#d79df4]"
/* SCSS */
$brand: #d79df4;
/* SwiftUI */
Color(red: 0.843, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#d79df4")Accessibility — WCAG contrast
Aa
#d79df4 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d79df4 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green61.6%
Blue95.7%
CMYK percentages
Cyan11.9%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#d79df4 text on a black background
contrast 10.02:1
Card sample
#d79df4 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d79df4;
Background color
Panel with #d79df4 background
background-color: #d79df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d79df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d79df4; background: linear-gradient(135deg, #d79df4, #F49DD7);