#eba6f7
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 166, 247
HSL
291°, 84%, 81%
CMYK
5, 33, 0, 3
Luminance
0.5165
Every format
| HEX | #eba6f7 |
| RGB | rgb(235, 166, 247) |
| HSL | hsl(291, 84%, 81%) |
| CMYK | cmyk(5%, 33%, 0%, 3%) |
| LAB | lab(77.1 38.6 -30.3) |
| LCH | lch(77.1 49.1 321.9) |
| OKLCH | oklch(0.818 0.133 321.4) |
Copy-ready code
/* CSS */
color: #eba6f7;
background-color: #eba6f7;
/* Tailwind (arbitrary) */
class="text-[#eba6f7] bg-[#eba6f7]"
/* SCSS */
$brand: #eba6f7;
/* SwiftUI */
Color(red: 0.922, green: 0.651, blue: 0.969)
/* Android */
Color.parseColor("#eba6f7")Accessibility — WCAG contrast
Aa
#eba6f7 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba6f7 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.1%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta32.8%
Yellow0.0%
Key (black)3.1%
Color previews
#eba6f7 text on a black background
contrast 11.33:1
Card sample
#eba6f7 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba6f7;
Background color
Panel with #eba6f7 background
background-color: #eba6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 166, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 166, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba6f7; background: linear-gradient(135deg, #eba6f7, #F7A6CD);