#eb2bf5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 43, 245
HSL
297°, 91%, 57%
CMYK
4, 82, 0, 4
Luminance
0.2598
Every format
| HEX | #eb2bf5 |
| RGB | rgb(235, 43, 245) |
| HSL | hsl(297, 91%, 57%) |
| CMYK | cmyk(4%, 82%, 0%, 4%) |
| LAB | lab(58.0 88.8 -59.1) |
| LCH | lch(58.0 106.7 326.3) |
| OKLCH | oklch(0.677 0.294 325.9) |
Copy-ready code
/* CSS */
color: #eb2bf5;
background-color: #eb2bf5;
/* Tailwind (arbitrary) */
class="text-[#eb2bf5] bg-[#eb2bf5]"
/* SCSS */
$brand: #eb2bf5;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.961)
/* Android */
Color.parseColor("#eb2bf5")Accessibility — WCAG contrast
Aa
#eb2bf5 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2bf5 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta82.4%
Yellow0.0%
Key (black)3.9%
Color previews
#eb2bf5 text on a black background
contrast 6.20:1
Card sample
#eb2bf5 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2bf5;
Background color
Panel with #eb2bf5 background
background-color: #eb2bf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2bf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2bf5; background: linear-gradient(135deg, #eb2bf5, #F52B79);