#d79df2
a light, electric violet · warm · closest name: plum
RGB
215, 157, 242
HSL
281°, 77%, 78%
CMYK
11, 35, 0, 5
Luminance
0.4497
Every format
| HEX | #d79df2 |
| RGB | rgb(215, 157, 242) |
| HSL | hsl(281, 77%, 78%) |
| CMYK | cmyk(11%, 35%, 0%, 5%) |
| LAB | lab(72.9 36.4 -34.3) |
| LCH | lch(72.9 50.0 316.7) |
| OKLCH | oklch(0.781 0.132 314.6) |
Copy-ready code
/* CSS */
color: #d79df2;
background-color: #d79df2;
/* Tailwind (arbitrary) */
class="text-[#d79df2] bg-[#d79df2]"
/* SCSS */
$brand: #d79df2;
/* SwiftUI */
Color(red: 0.843, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#d79df2")Accessibility — WCAG contrast
Aa
#d79df2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d79df2 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green61.6%
Blue94.9%
CMYK percentages
Cyan11.2%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#d79df2 text on a black background
contrast 9.99:1
Card sample
#d79df2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d79df2;
Background color
Panel with #d79df2 background
background-color: #d79df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d79df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d79df2; background: linear-gradient(135deg, #d79df2, #F29DD4);