#eba7f1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 167, 241
HSL
295°, 73%, 80%
CMYK
3, 31, 0, 6
Luminance
0.5165
Every format
| HEX | #eba7f1 |
| RGB | rgb(235, 167, 241) |
| HSL | hsl(295, 73%, 80%) |
| CMYK | cmyk(3%, 31%, 0%, 6%) |
| LAB | lab(77.1 37.0 -27.1) |
| LCH | lch(77.1 45.8 323.8) |
| OKLCH | oklch(0.817 0.125 323.9) |
Copy-ready code
/* CSS */
color: #eba7f1;
background-color: #eba7f1;
/* Tailwind (arbitrary) */
class="text-[#eba7f1] bg-[#eba7f1]"
/* SCSS */
$brand: #eba7f1;
/* SwiftUI */
Color(red: 0.922, green: 0.655, blue: 0.945)
/* Android */
Color.parseColor("#eba7f1")Accessibility — WCAG contrast
Aa
#eba7f1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba7f1 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.5%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta30.7%
Yellow0.0%
Key (black)5.5%
Color previews
#eba7f1 text on a black background
contrast 11.33:1
Card sample
#eba7f1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba7f1;
Background color
Panel with #eba7f1 background
background-color: #eba7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 167, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 167, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba7f1; background: linear-gradient(135deg, #eba7f1, #F1A7C6);