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