#e7abeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 171, 235
HSL
296°, 62%, 80%
CMYK
2, 27, 0, 8
Luminance
0.5211
Every format
| HEX | #e7abeb |
| RGB | rgb(231, 171, 235) |
| HSL | hsl(296, 62%, 80%) |
| CMYK | cmyk(2%, 27%, 0%, 8%) |
| LAB | lab(77.3 32.5 -23.5) |
| LCH | lch(77.3 40.0 324.1) |
| OKLCH | oklch(0.818 0.109 324.4) |
Copy-ready code
/* CSS */
color: #e7abeb;
background-color: #e7abeb;
/* Tailwind (arbitrary) */
class="text-[#e7abeb] bg-[#e7abeb]"
/* SCSS */
$brand: #e7abeb;
/* SwiftUI */
Color(red: 0.906, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#e7abeb")Accessibility — WCAG contrast
Aa
#e7abeb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7abeb on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e7abeb text on a black background
contrast 11.42:1
Card sample
#e7abeb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7abeb;
Background color
Panel with #e7abeb background
background-color: #e7abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7abeb; background: linear-gradient(135deg, #e7abeb, #EBABC4);