#e79df4
a light, electric magenta / pink · warm · closest name: plum
RGB
231, 157, 244
HSL
291°, 80%, 79%
CMYK
5, 36, 0, 4
Luminance
0.4763
Every format
| HEX | #e79df4 |
| RGB | rgb(231, 157, 244) |
| HSL | hsl(291, 80%, 79%) |
| CMYK | cmyk(5%, 36%, 0%, 4%) |
| LAB | lab(74.6 41.6 -32.6) |
| LCH | lch(74.6 52.8 321.9) |
| OKLCH | oklch(0.798 0.143 321.4) |
Copy-ready code
/* CSS */
color: #e79df4;
background-color: #e79df4;
/* Tailwind (arbitrary) */
class="text-[#e79df4] bg-[#e79df4]"
/* SCSS */
$brand: #e79df4;
/* SwiftUI */
Color(red: 0.906, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#e79df4")Accessibility — WCAG contrast
Aa
#e79df4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e79df4 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green61.6%
Blue95.7%
CMYK percentages
Cyan5.3%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#e79df4 text on a black background
contrast 10.53:1
Card sample
#e79df4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e79df4;
Background color
Panel with #e79df4 background
background-color: #e79df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e79df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e79df4; background: linear-gradient(135deg, #e79df4, #F49DC7);