#e4b4e4
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 180, 228
HSL
300°, 47%, 80%
CMYK
0, 21, 0, 11
Luminance
0.5474
Every format
| HEX | #e4b4e4 |
| RGB | rgb(228, 180, 228) |
| HSL | hsl(300, 47%, 80%) |
| CMYK | cmyk(0%, 21%, 0%, 11%) |
| LAB | lab(78.9 25.4 -17.4) |
| LCH | lch(78.9 30.7 325.6) |
| OKLCH | oklch(0.828 0.084 326.3) |
Copy-ready code
/* CSS */
color: #e4b4e4;
background-color: #e4b4e4;
/* Tailwind (arbitrary) */
class="text-[#e4b4e4] bg-[#e4b4e4]"
/* SCSS */
$brand: #e4b4e4;
/* SwiftUI */
Color(red: 0.894, green: 0.706, blue: 0.894)
/* Android */
Color.parseColor("#e4b4e4")Accessibility — WCAG contrast
Aa
#e4b4e4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b4e4 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green70.6%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow0.0%
Key (black)10.6%
Color previews
#e4b4e4 text on a black background
contrast 11.95:1
Card sample
#e4b4e4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b4e4;
Background color
Panel with #e4b4e4 background
background-color: #e4b4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 180, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 180, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b4e4; background: linear-gradient(135deg, #e4b4e4, #E4B4C4);