#eb7dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 125, 251
HSL
292°, 94%, 74%
CMYK
6, 50, 0, 2
Luminance
0.3929
Every format
| HEX | #eb7dfb |
| RGB | rgb(235, 125, 251) |
| HSL | hsl(292, 94%, 74%) |
| CMYK | cmyk(6%, 50%, 0%, 2%) |
| LAB | lab(69.0 60.3 -45.1) |
| LCH | lch(69.0 75.3 323.2) |
| OKLCH | oklch(0.758 0.204 322.4) |
Copy-ready code
/* CSS */
color: #eb7dfb;
background-color: #eb7dfb;
/* Tailwind (arbitrary) */
class="text-[#eb7dfb] bg-[#eb7dfb]"
/* SCSS */
$brand: #eb7dfb;
/* SwiftUI */
Color(red: 0.922, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#eb7dfb")Accessibility — WCAG contrast
Aa
#eb7dfb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7dfb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.0%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#eb7dfb text on a black background
contrast 8.86:1
Card sample
#eb7dfb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7dfb;
Background color
Panel with #eb7dfb background
background-color: #eb7dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7dfb; background: linear-gradient(135deg, #eb7dfb, #FB7DB7);