#eb5ffb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 95, 251
HSL
294°, 95%, 68%
CMYK
6, 62, 0, 2
Luminance
0.3281
Every format
| HEX | #eb5ffb |
| RGB | rgb(235, 95, 251) |
| HSL | hsl(294, 95%, 68%) |
| CMYK | cmyk(6%, 62%, 0%, 2%) |
| LAB | lab(64.0 73.7 -52.9) |
| LCH | lch(64.0 90.7 324.3) |
| OKLCH | oklch(0.721 0.247 323.5) |
Copy-ready code
/* CSS */
color: #eb5ffb;
background-color: #eb5ffb;
/* Tailwind (arbitrary) */
class="text-[#eb5ffb] bg-[#eb5ffb]"
/* SCSS */
$brand: #eb5ffb;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.984)
/* Android */
Color.parseColor("#eb5ffb")Accessibility — WCAG contrast
Aa
#eb5ffb on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5ffb on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta62.2%
Yellow0.0%
Key (black)1.6%
Color previews
#eb5ffb text on a black background
contrast 7.56:1
Card sample
#eb5ffb text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ffb;
Background color
Panel with #eb5ffb background
background-color: #eb5ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ffb; background: linear-gradient(135deg, #eb5ffb, #FB5FA3);