#e4afeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 175, 235
HSL
293°, 60%, 80%
CMYK
3, 26, 0, 8
Luminance
0.5315
Every format
| HEX | #e4afeb |
| RGB | rgb(228, 175, 235) |
| HSL | hsl(293, 60%, 80%) |
| CMYK | cmyk(3%, 26%, 0%, 8%) |
| LAB | lab(78.0 29.4 -22.6) |
| LCH | lch(78.0 37.0 322.5) |
| OKLCH | oklch(0.822 0.100 322.5) |
Copy-ready code
/* CSS */
color: #e4afeb;
background-color: #e4afeb;
/* Tailwind (arbitrary) */
class="text-[#e4afeb] bg-[#e4afeb]"
/* SCSS */
$brand: #e4afeb;
/* SwiftUI */
Color(red: 0.894, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#e4afeb")Accessibility — WCAG contrast
Aa
#e4afeb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4afeb on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan3.0%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e4afeb text on a black background
contrast 11.63:1
Card sample
#e4afeb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4afeb;
Background color
Panel with #e4afeb background
background-color: #e4afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4afeb; background: linear-gradient(135deg, #e4afeb, #EBAFCA);