#e5adef
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 173, 239
HSL
291°, 67%, 81%
CMYK
4, 28, 0, 6
Luminance
0.5278
Every format
| HEX | #e5adef |
| RGB | rgb(229, 173, 239) |
| HSL | hsl(291, 67%, 81%) |
| CMYK | cmyk(4%, 28%, 0%, 6%) |
| LAB | lab(77.7 31.5 -25.0) |
| LCH | lch(77.7 40.2 321.5) |
| OKLCH | oklch(0.821 0.109 321.3) |
Copy-ready code
/* CSS */
color: #e5adef;
background-color: #e5adef;
/* Tailwind (arbitrary) */
class="text-[#e5adef] bg-[#e5adef]"
/* SCSS */
$brand: #e5adef;
/* SwiftUI */
Color(red: 0.898, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#e5adef")Accessibility — WCAG contrast
Aa
#e5adef on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5adef on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan4.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#e5adef text on a black background
contrast 11.56:1
Card sample
#e5adef text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5adef;
Background color
Panel with #e5adef background
background-color: #e5adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5adef; background: linear-gradient(135deg, #e5adef, #EFADCD);