#eb2af1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 42, 241
HSL
298°, 88%, 56%
CMYK
3, 83, 0, 6
Luminance
0.2567
Every format
| HEX | #eb2af1 |
| RGB | rgb(235, 42, 241) |
| HSL | hsl(298, 88%, 56%) |
| CMYK | cmyk(3%, 83%, 0%, 6%) |
| LAB | lab(57.7 88.4 -57.4) |
| LCH | lch(57.7 105.4 327.0) |
| OKLCH | oklch(0.675 0.292 326.8) |
Copy-ready code
/* CSS */
color: #eb2af1;
background-color: #eb2af1;
/* Tailwind (arbitrary) */
class="text-[#eb2af1] bg-[#eb2af1]"
/* SCSS */
$brand: #eb2af1;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.945)
/* Android */
Color.parseColor("#eb2af1")Accessibility — WCAG contrast
Aa
#eb2af1 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2af1 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta82.6%
Yellow0.0%
Key (black)5.5%
Color previews
#eb2af1 text on a black background
contrast 6.13:1
Card sample
#eb2af1 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2af1;
Background color
Panel with #eb2af1 background
background-color: #eb2af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2af1; background: linear-gradient(135deg, #eb2af1, #F12A72);