#eb9df1
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 157, 241
HSL
296°, 75%, 78%
CMYK
3, 35, 0, 6
Luminance
0.4813
Every format
| HEX | #eb9df1 |
| RGB | rgb(235, 157, 241) |
| HSL | hsl(296, 75%, 78%) |
| CMYK | cmyk(3%, 35%, 0%, 6%) |
| LAB | lab(74.9 42.2 -30.4) |
| LCH | lch(74.9 52.0 324.2) |
| OKLCH | oklch(0.801 0.142 324.3) |
Copy-ready code
/* CSS */
color: #eb9df1;
background-color: #eb9df1;
/* Tailwind (arbitrary) */
class="text-[#eb9df1] bg-[#eb9df1]"
/* SCSS */
$brand: #eb9df1;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.945)
/* Android */
Color.parseColor("#eb9df1")Accessibility — WCAG contrast
Aa
#eb9df1 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9df1 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta34.9%
Yellow0.0%
Key (black)5.5%
Color previews
#eb9df1 text on a black background
contrast 10.63:1
Card sample
#eb9df1 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9df1;
Background color
Panel with #eb9df1 background
background-color: #eb9df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9df1; background: linear-gradient(135deg, #eb9df1, #F19DBF);