#eb2bf0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 43, 240
HSL
299°, 87%, 56%
CMYK
2, 82, 0, 6
Luminance
0.2568
Every format
| HEX | #eb2bf0 |
| RGB | rgb(235, 43, 240) |
| HSL | hsl(299, 87%, 56%) |
| CMYK | cmyk(2%, 82%, 0%, 6%) |
| LAB | lab(57.7 88.1 -56.8) |
| LCH | lch(57.7 104.8 327.2) |
| OKLCH | oklch(0.674 0.290 327.0) |
Copy-ready code
/* CSS */
color: #eb2bf0;
background-color: #eb2bf0;
/* Tailwind (arbitrary) */
class="text-[#eb2bf0] bg-[#eb2bf0]"
/* SCSS */
$brand: #eb2bf0;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.941)
/* Android */
Color.parseColor("#eb2bf0")Accessibility — WCAG contrast
Aa
#eb2bf0 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2bf0 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta82.1%
Yellow0.0%
Key (black)5.9%
Color previews
#eb2bf0 text on a black background
contrast 6.14:1
Card sample
#eb2bf0 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2bf0;
Background color
Panel with #eb2bf0 background
background-color: #eb2bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2bf0; background: linear-gradient(135deg, #eb2bf0, #F02B72);