#e2bade
a light, soft magenta / pink · warm · closest name: plum
RGB
226, 186, 222
HSL
306°, 41%, 81%
CMYK
0, 18, 2, 11
Luminance
0.5656
Every format
| HEX | #e2bade |
| RGB | rgb(226, 186, 222) |
| HSL | hsl(306, 41%, 81%) |
| CMYK | cmyk(0%, 18%, 2%, 11%) |
| LAB | lab(79.9 20.4 -12.6) |
| LCH | lch(79.9 23.9 328.3) |
| OKLCH | oklch(0.835 0.066 329.4) |
Copy-ready code
/* CSS */
color: #e2bade;
background-color: #e2bade;
/* Tailwind (arbitrary) */
class="text-[#e2bade] bg-[#e2bade]"
/* SCSS */
$brand: #e2bade;
/* SwiftUI */
Color(red: 0.886, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e2bade")Accessibility — WCAG contrast
Aa
#e2bade on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bade on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow1.8%
Key (black)11.4%
Color previews
#e2bade text on a black background
contrast 12.31:1
Card sample
#e2bade text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bade;
Background color
Panel with #e2bade background
background-color: #e2bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bade; background: linear-gradient(135deg, #e2bade, #E2BAC3);