#e4b4f8
a light, electric violet · warm · closest name: plum
RGB
228, 180, 248
HSL
282°, 83%, 84%
CMYK
8, 27, 0, 3
Luminance
0.5591
Every format
| HEX | #e4b4f8 |
| RGB | rgb(228, 180, 248) |
| HSL | hsl(282, 83%, 84%) |
| CMYK | cmyk(8%, 27%, 0%, 3%) |
| LAB | lab(79.6 29.2 -27.1) |
| LCH | lch(79.6 39.8 317.1) |
| OKLCH | oklch(0.835 0.106 315.8) |
Copy-ready code
/* CSS */
color: #e4b4f8;
background-color: #e4b4f8;
/* Tailwind (arbitrary) */
class="text-[#e4b4f8] bg-[#e4b4f8]"
/* SCSS */
$brand: #e4b4f8;
/* SwiftUI */
Color(red: 0.894, green: 0.706, blue: 0.973)
/* Android */
Color.parseColor("#e4b4f8")Accessibility — WCAG contrast
Aa
#e4b4f8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b4f8 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green70.6%
Blue97.3%
CMYK percentages
Cyan8.1%
Magenta27.4%
Yellow0.0%
Key (black)2.7%
Color previews
#e4b4f8 text on a black background
contrast 12.18:1
Card sample
#e4b4f8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b4f8;
Background color
Panel with #e4b4f8 background
background-color: #e4b4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 180, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 180, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b4f8; background: linear-gradient(135deg, #e4b4f8, #F8B4DF);