#eb1fdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 31, 220
HSL
304°, 84%, 52%
CMYK
0, 87, 6, 8
Luminance
0.2381
Every format
| HEX | #eb1fdc |
| RGB | rgb(235, 31, 220) |
| HSL | hsl(304, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 6%, 8%) |
| LAB | lab(55.9 87.3 -48.5) |
| LCH | lch(55.9 99.9 331.0) |
| OKLCH | oklch(0.658 0.284 331.9) |
Copy-ready code
/* CSS */
color: #eb1fdc;
background-color: #eb1fdc;
/* Tailwind (arbitrary) */
class="text-[#eb1fdc] bg-[#eb1fdc]"
/* SCSS */
$brand: #eb1fdc;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.863)
/* Android */
Color.parseColor("#eb1fdc")Accessibility — WCAG contrast
Aa
#eb1fdc on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1fdc on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow6.4%
Key (black)7.8%
Color previews
#eb1fdc text on a black background
contrast 5.76:1
Card sample
#eb1fdc text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1fdc;
Background color
Panel with #eb1fdc background
background-color: #eb1fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1fdc; background: linear-gradient(135deg, #eb1fdc, #EB1F54);