#eb5cfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 92, 251
HSL
294°, 95%, 67%
CMYK
6, 63, 0, 2
Luminance
0.3228
Every format
| HEX | #eb5cfb |
| RGB | rgb(235, 92, 251) |
| HSL | hsl(294, 95%, 67%) |
| CMYK | cmyk(6%, 63%, 0%, 2%) |
| LAB | lab(63.6 74.9 -53.6) |
| LCH | lch(63.6 92.1 324.4) |
| OKLCH | oklch(0.718 0.251 323.6) |
Copy-ready code
/* CSS */
color: #eb5cfb;
background-color: #eb5cfb;
/* Tailwind (arbitrary) */
class="text-[#eb5cfb] bg-[#eb5cfb]"
/* SCSS */
$brand: #eb5cfb;
/* SwiftUI */
Color(red: 0.922, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#eb5cfb")Accessibility — WCAG contrast
Aa
#eb5cfb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5cfb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.1%
Blue98.4%
CMYK percentages
Cyan6.4%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#eb5cfb text on a black background
contrast 7.46:1
Card sample
#eb5cfb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5cfb;
Background color
Panel with #eb5cfb background
background-color: #eb5cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5cfb; background: linear-gradient(135deg, #eb5cfb, #FB5CA1);