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