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