#e2abcd
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 171, 205
HSL
323°, 49%, 78%
CMYK
0, 24, 9, 11
Luminance
0.4970
Every format
| HEX | #e2abcd |
| RGB | rgb(226, 171, 205) |
| HSL | hsl(323, 49%, 78%) |
| CMYK | cmyk(0%, 24%, 9%, 11%) |
| LAB | lab(75.9 25.4 -9.4) |
| LCH | lch(75.9 27.1 339.7) |
| OKLCH | oklch(0.802 0.078 341.4) |
Copy-ready code
/* CSS */
color: #e2abcd;
background-color: #e2abcd;
/* Tailwind (arbitrary) */
class="text-[#e2abcd] bg-[#e2abcd]"
/* SCSS */
$brand: #e2abcd;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#e2abcd")Accessibility — WCAG contrast
Aa
#e2abcd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abcd on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow9.3%
Key (black)11.4%
Color previews
#e2abcd text on a black background
contrast 10.94:1
Card sample
#e2abcd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abcd;
Background color
Panel with #e2abcd background
background-color: #e2abcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abcd; background: linear-gradient(135deg, #e2abcd, #E2ADAB);