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