#e29df2
a light, electric violet · warm · closest name: plum
RGB
226, 157, 242
HSL
289°, 77%, 78%
CMYK
7, 35, 0, 5
Luminance
0.4669
Every format
| HEX | #e29df2 |
| RGB | rgb(226, 157, 242) |
| HSL | hsl(289, 77%, 78%) |
| CMYK | cmyk(7%, 35%, 0%, 5%) |
| LAB | lab(74.0 39.7 -32.4) |
| LCH | lch(74.0 51.3 320.7) |
| OKLCH | oklch(0.792 0.138 319.9) |
Copy-ready code
/* CSS */
color: #e29df2;
background-color: #e29df2;
/* Tailwind (arbitrary) */
class="text-[#e29df2] bg-[#e29df2]"
/* SCSS */
$brand: #e29df2;
/* SwiftUI */
Color(red: 0.886, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#e29df2")Accessibility — WCAG contrast
Aa
#e29df2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e29df2 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green61.6%
Blue94.9%
CMYK percentages
Cyan6.6%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#e29df2 text on a black background
contrast 10.34:1
Card sample
#e29df2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e29df2;
Background color
Panel with #e29df2 background
background-color: #e29df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e29df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e29df2; background: linear-gradient(135deg, #e29df2, #F29DC9);