#e1afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 175, 223
HSL
302°, 46%, 78%
CMYK
0, 22, 1, 12
Luminance
0.5200
Every format
| HEX | #e1afdf |
| RGB | rgb(225, 175, 223) |
| HSL | hsl(302, 46%, 78%) |
| CMYK | cmyk(0%, 22%, 1%, 12%) |
| LAB | lab(77.3 26.1 -17.1) |
| LCH | lch(77.3 31.3 326.8) |
| OKLCH | oklch(0.814 0.086 327.6) |
Copy-ready code
/* CSS */
color: #e1afdf;
background-color: #e1afdf;
/* Tailwind (arbitrary) */
class="text-[#e1afdf] bg-[#e1afdf]"
/* SCSS */
$brand: #e1afdf;
/* SwiftUI */
Color(red: 0.882, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e1afdf")Accessibility — WCAG contrast
Aa
#e1afdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1afdf on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow0.9%
Key (black)11.8%
Color previews
#e1afdf text on a black background
contrast 11.40:1
Card sample
#e1afdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1afdf;
Background color
Panel with #e1afdf background
background-color: #e1afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1afdf; background: linear-gradient(135deg, #e1afdf, #E1AFBE);