#e2a7eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 167, 235
HSL
292°, 63%, 79%
CMYK
4, 29, 0, 8
Luminance
0.4980
Every format
| HEX | #e2a7eb |
| RGB | rgb(226, 167, 235) |
| HSL | hsl(292, 63%, 79%) |
| CMYK | cmyk(4%, 29%, 0%, 8%) |
| LAB | lab(76.0 33.0 -25.6) |
| LCH | lch(76.0 41.8 322.2) |
| OKLCH | oklch(0.806 0.113 322.0) |
Copy-ready code
/* CSS */
color: #e2a7eb;
background-color: #e2a7eb;
/* Tailwind (arbitrary) */
class="text-[#e2a7eb] bg-[#e2a7eb]"
/* SCSS */
$brand: #e2a7eb;
/* SwiftUI */
Color(red: 0.886, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#e2a7eb")Accessibility — WCAG contrast
Aa
#e2a7eb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a7eb on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green65.5%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e2a7eb text on a black background
contrast 10.96:1
Card sample
#e2a7eb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a7eb;
Background color
Panel with #e2a7eb background
background-color: #e2a7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a7eb; background: linear-gradient(135deg, #e2a7eb, #EBA7C7);