#eb4bfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 75, 252
HSL
294°, 97%, 64%
CMYK
7, 70, 0, 1
Luminance
0.2972
Every format
| HEX | #eb4bfc |
| RGB | rgb(235, 75, 252) |
| HSL | hsl(294, 97%, 64%) |
| CMYK | cmyk(7%, 70%, 0%, 1%) |
| LAB | lab(61.4 81.3 -57.6) |
| LCH | lch(61.4 99.6 324.7) |
| OKLCH | oklch(0.703 0.272 323.7) |
Copy-ready code
/* CSS */
color: #eb4bfc;
background-color: #eb4bfc;
/* Tailwind (arbitrary) */
class="text-[#eb4bfc] bg-[#eb4bfc]"
/* SCSS */
$brand: #eb4bfc;
/* SwiftUI */
Color(red: 0.922, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#eb4bfc")Accessibility — WCAG contrast
Aa
#eb4bfc on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4bfc on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.4%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta70.2%
Yellow0.0%
Key (black)1.2%
Color previews
#eb4bfc text on a black background
contrast 6.94:1
Card sample
#eb4bfc text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4bfc;
Background color
Panel with #eb4bfc background
background-color: #eb4bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4bfc; background: linear-gradient(135deg, #eb4bfc, #FC4B97);