#eb9df3
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 157, 243
HSL
294°, 78%, 78%
CMYK
3, 35, 0, 5
Luminance
0.4825
Every format
| HEX | #eb9df3 |
| RGB | rgb(235, 157, 243) |
| HSL | hsl(294, 78%, 78%) |
| CMYK | cmyk(3%, 35%, 0%, 5%) |
| LAB | lab(75.0 42.6 -31.4) |
| LCH | lch(75.0 52.9 323.6) |
| OKLCH | oklch(0.801 0.144 323.5) |
Copy-ready code
/* CSS */
color: #eb9df3;
background-color: #eb9df3;
/* Tailwind (arbitrary) */
class="text-[#eb9df3] bg-[#eb9df3]"
/* SCSS */
$brand: #eb9df3;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.953)
/* Android */
Color.parseColor("#eb9df3")Accessibility — WCAG contrast
Aa
#eb9df3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9df3 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta35.4%
Yellow0.0%
Key (black)4.7%
Color previews
#eb9df3 text on a black background
contrast 10.65:1
Card sample
#eb9df3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9df3;
Background color
Panel with #eb9df3 background
background-color: #eb9df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9df3; background: linear-gradient(135deg, #eb9df3, #F39DC2);