#eb9bfb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 155, 251
HSL
290°, 92%, 80%
CMYK
6, 38, 0, 2
Luminance
0.4807
Every format
| HEX | #eb9bfb |
| RGB | rgb(235, 155, 251) |
| HSL | hsl(290, 92%, 80%) |
| CMYK | cmyk(6%, 38%, 0%, 2%) |
| LAB | lab(74.9 45.2 -35.9) |
| LCH | lch(74.9 57.7 321.5) |
| OKLCH | oklch(0.802 0.156 320.8) |
Copy-ready code
/* CSS */
color: #eb9bfb;
background-color: #eb9bfb;
/* Tailwind (arbitrary) */
class="text-[#eb9bfb] bg-[#eb9bfb]"
/* SCSS */
$brand: #eb9bfb;
/* SwiftUI */
Color(red: 0.922, green: 0.608, blue: 0.984)
/* Android */
Color.parseColor("#eb9bfb")Accessibility — WCAG contrast
Aa
#eb9bfb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9bfb on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.8%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta38.2%
Yellow0.0%
Key (black)1.6%
Color previews
#eb9bfb text on a black background
contrast 10.61:1
Card sample
#eb9bfb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9bfb;
Background color
Panel with #eb9bfb background
background-color: #eb9bfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9bfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 155, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 155, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9bfb; background: linear-gradient(135deg, #eb9bfb, #FB9BCB);