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