#e5afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 175, 223
HSL
307°, 51%, 79%
CMYK
0, 24, 3, 10
Luminance
0.5265
Every format
| HEX | #e5afdf |
| RGB | rgb(229, 175, 223) |
| HSL | hsl(307, 51%, 79%) |
| CMYK | cmyk(0%, 24%, 3%, 10%) |
| LAB | lab(77.7 27.5 -16.5) |
| LCH | lch(77.7 32.0 329.0) |
| OKLCH | oklch(0.818 0.089 330.1) |
Copy-ready code
/* CSS */
color: #e5afdf;
background-color: #e5afdf;
/* Tailwind (arbitrary) */
class="text-[#e5afdf] bg-[#e5afdf]"
/* SCSS */
$brand: #e5afdf;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e5afdf")Accessibility — WCAG contrast
Aa
#e5afdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5afdf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow2.6%
Key (black)10.2%
Color previews
#e5afdf text on a black background
contrast 11.53:1
Card sample
#e5afdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5afdf;
Background color
Panel with #e5afdf background
background-color: #e5afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5afdf; background: linear-gradient(135deg, #e5afdf, #E5AFBB);