#eb1af0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 26, 240
HSL
299°, 88%, 52%
CMYK
2, 89, 0, 6
Luminance
0.2469
Every format
| HEX | #eb1af0 |
| RGB | rgb(235, 26, 240) |
| HSL | hsl(299, 88%, 52%) |
| CMYK | cmyk(2%, 89%, 0%, 6%) |
| LAB | lab(56.8 90.9 -58.3) |
| LCH | lch(56.8 108.0 327.3) |
| OKLCH | oklch(0.668 0.299 327.1) |
Copy-ready code
/* CSS */
color: #eb1af0;
background-color: #eb1af0;
/* Tailwind (arbitrary) */
class="text-[#eb1af0] bg-[#eb1af0]"
/* SCSS */
$brand: #eb1af0;
/* SwiftUI */
Color(red: 0.922, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#eb1af0")Accessibility — WCAG contrast
Aa
#eb1af0 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1af0 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green10.2%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#eb1af0 text on a black background
contrast 5.94:1
Card sample
#eb1af0 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1af0;
Background color
Panel with #eb1af0 background
background-color: #eb1af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1af0; background: linear-gradient(135deg, #eb1af0, #F01A66);