#eb2bf4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 43, 244
HSL
297°, 90%, 56%
CMYK
4, 82, 0, 4
Luminance
0.2592
Every format
| HEX | #eb2bf4 |
| RGB | rgb(235, 43, 244) |
| HSL | hsl(297, 90%, 56%) |
| CMYK | cmyk(4%, 82%, 0%, 4%) |
| LAB | lab(58.0 88.7 -58.7) |
| LCH | lch(58.0 106.3 326.5) |
| OKLCH | oklch(0.677 0.293 326.1) |
Copy-ready code
/* CSS */
color: #eb2bf4;
background-color: #eb2bf4;
/* Tailwind (arbitrary) */
class="text-[#eb2bf4] bg-[#eb2bf4]"
/* SCSS */
$brand: #eb2bf4;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.957)
/* Android */
Color.parseColor("#eb2bf4")Accessibility — WCAG contrast
Aa
#eb2bf4 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2bf4 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta82.4%
Yellow0.0%
Key (black)4.3%
Color previews
#eb2bf4 text on a black background
contrast 6.18:1
Card sample
#eb2bf4 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2bf4;
Background color
Panel with #eb2bf4 background
background-color: #eb2bf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2bf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2bf4; background: linear-gradient(135deg, #eb2bf4, #F42B77);