#e9adef
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 173, 239
HSL
295°, 67%, 81%
CMYK
3, 28, 0, 6
Luminance
0.5344
Every format
| HEX | #e9adef |
| RGB | rgb(233, 173, 239) |
| HSL | hsl(295, 67%, 81%) |
| CMYK | cmyk(3%, 28%, 0%, 6%) |
| LAB | lab(78.1 32.8 -24.4) |
| LCH | lch(78.1 40.9 323.3) |
| OKLCH | oklch(0.824 0.111 323.4) |
Copy-ready code
/* CSS */
color: #e9adef;
background-color: #e9adef;
/* Tailwind (arbitrary) */
class="text-[#e9adef] bg-[#e9adef]"
/* SCSS */
$brand: #e9adef;
/* SwiftUI */
Color(red: 0.914, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#e9adef")Accessibility — WCAG contrast
Aa
#e9adef on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9adef on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan2.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#e9adef text on a black background
contrast 11.69:1
Card sample
#e9adef text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9adef;
Background color
Panel with #e9adef background
background-color: #e9adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9adef; background: linear-gradient(135deg, #e9adef, #EFADC9);