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