#eb1fea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 31, 234
HSL
300°, 84%, 52%
CMYK
0, 87, 0, 8
Luminance
0.2458
Every format
| HEX | #eb1fea |
| RGB | rgb(235, 31, 234) |
| HSL | hsl(300, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 0%, 8%) |
| LAB | lab(56.7 89.3 -55.1) |
| LCH | lch(56.7 105.0 328.3) |
| OKLCH | oklch(0.666 0.293 328.5) |
Copy-ready code
/* CSS */
color: #eb1fea;
background-color: #eb1fea;
/* Tailwind (arbitrary) */
class="text-[#eb1fea] bg-[#eb1fea]"
/* SCSS */
$brand: #eb1fea;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.918)
/* Android */
Color.parseColor("#eb1fea")Accessibility — WCAG contrast
Aa
#eb1fea on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1fea on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow0.4%
Key (black)7.8%
Color previews
#eb1fea text on a black background
contrast 5.92:1
Card sample
#eb1fea text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1fea;
Background color
Panel with #eb1fea background
background-color: #eb1fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1fea; background: linear-gradient(135deg, #eb1fea, #EB1F62);