#eb2ef3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 46, 243
HSL
298°, 89%, 57%
CMYK
3, 81, 0, 5
Luminance
0.2609
Every format
| HEX | #eb2ef3 |
| RGB | rgb(235, 46, 243) |
| HSL | hsl(298, 89%, 57%) |
| CMYK | cmyk(3%, 81%, 0%, 5%) |
| LAB | lab(58.1 87.9 -57.9) |
| LCH | lch(58.1 105.2 326.6) |
| OKLCH | oklch(0.678 0.290 326.3) |
Copy-ready code
/* CSS */
color: #eb2ef3;
background-color: #eb2ef3;
/* Tailwind (arbitrary) */
class="text-[#eb2ef3] bg-[#eb2ef3]"
/* SCSS */
$brand: #eb2ef3;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.953)
/* Android */
Color.parseColor("#eb2ef3")Accessibility — WCAG contrast
Aa
#eb2ef3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ef3 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta81.1%
Yellow0.0%
Key (black)4.7%
Color previews
#eb2ef3 text on a black background
contrast 6.22:1
Card sample
#eb2ef3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ef3;
Background color
Panel with #eb2ef3 background
background-color: #eb2ef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ef3; background: linear-gradient(135deg, #eb2ef3, #F32E78);