#e19df4
a light, electric violet · warm · closest name: plum
RGB
225, 157, 244
HSL
287°, 80%, 79%
CMYK
8, 36, 0, 4
Luminance
0.4665
Every format
| HEX | #e19df4 |
| RGB | rgb(225, 157, 244) |
| HSL | hsl(287, 80%, 79%) |
| CMYK | cmyk(8%, 36%, 0%, 4%) |
| LAB | lab(74.0 39.8 -33.6) |
| LCH | lch(74.0 52.0 319.8) |
| OKLCH | oklch(0.791 0.139 318.7) |
Copy-ready code
/* CSS */
color: #e19df4;
background-color: #e19df4;
/* Tailwind (arbitrary) */
class="text-[#e19df4] bg-[#e19df4]"
/* SCSS */
$brand: #e19df4;
/* SwiftUI */
Color(red: 0.882, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#e19df4")Accessibility — WCAG contrast
Aa
#e19df4 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e19df4 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green61.6%
Blue95.7%
CMYK percentages
Cyan7.8%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#e19df4 text on a black background
contrast 10.33:1
Card sample
#e19df4 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e19df4;
Background color
Panel with #e19df4 background
background-color: #e19df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e19df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e19df4; background: linear-gradient(135deg, #e19df4, #F49DCD);