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