#eb1af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 26, 249
HSL
296°, 95%, 54%
CMYK
6, 90, 0, 2
Luminance
0.2524
Every format
| HEX | #eb1af9 |
| RGB | rgb(235, 26, 249) |
| HSL | hsl(296, 95%, 54%) |
| CMYK | cmyk(6%, 90%, 0%, 2%) |
| LAB | lab(57.3 92.2 -62.5) |
| LCH | lch(57.3 111.4 325.9) |
| OKLCH | oklch(0.673 0.305 325.1) |
Copy-ready code
/* CSS */
color: #eb1af9;
background-color: #eb1af9;
/* Tailwind (arbitrary) */
class="text-[#eb1af9] bg-[#eb1af9]"
/* SCSS */
$brand: #eb1af9;
/* SwiftUI */
Color(red: 0.922, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#eb1af9")Accessibility — WCAG contrast
Aa
#eb1af9 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1af9 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green10.2%
Blue97.6%
CMYK percentages
Cyan5.6%
Magenta89.6%
Yellow0.0%
Key (black)2.4%
Color previews
#eb1af9 text on a black background
contrast 6.05:1
Card sample
#eb1af9 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1af9;
Background color
Panel with #eb1af9 background
background-color: #eb1af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1af9; background: linear-gradient(135deg, #eb1af9, #F91A72);