#e7afeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 175, 235
HSL
296°, 60%, 80%
CMYK
2, 26, 0, 8
Luminance
0.5365
Every format
| HEX | #e7afeb |
| RGB | rgb(231, 175, 235) |
| HSL | hsl(296, 60%, 80%) |
| CMYK | cmyk(2%, 26%, 0%, 8%) |
| LAB | lab(78.3 30.3 -22.1) |
| LCH | lch(78.3 37.5 323.9) |
| OKLCH | oklch(0.824 0.102 324.2) |
Copy-ready code
/* CSS */
color: #e7afeb;
background-color: #e7afeb;
/* Tailwind (arbitrary) */
class="text-[#e7afeb] bg-[#e7afeb]"
/* SCSS */
$brand: #e7afeb;
/* SwiftUI */
Color(red: 0.906, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#e7afeb")Accessibility — WCAG contrast
Aa
#e7afeb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7afeb on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e7afeb text on a black background
contrast 11.73:1
Card sample
#e7afeb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7afeb;
Background color
Panel with #e7afeb background
background-color: #e7afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7afeb; background: linear-gradient(135deg, #e7afeb, #EBAFC7);