#eb2fdd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 47, 221
HSL
305°, 83%, 55%
CMYK
0, 80, 6, 8
Luminance
0.2492
Every format
| HEX | #eb2fdd |
| RGB | rgb(235, 47, 221) |
| HSL | hsl(305, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 6%, 8%) |
| LAB | lab(57.0 84.4 -47.3) |
| LCH | lch(57.0 96.8 330.7) |
| OKLCH | oklch(0.666 0.275 331.7) |
Copy-ready code
/* CSS */
color: #eb2fdd;
background-color: #eb2fdd;
/* Tailwind (arbitrary) */
class="text-[#eb2fdd] bg-[#eb2fdd]"
/* SCSS */
$brand: #eb2fdd;
/* SwiftUI */
Color(red: 0.922, green: 0.184, blue: 0.867)
/* Android */
Color.parseColor("#eb2fdd")Accessibility — WCAG contrast
Aa
#eb2fdd on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2fdd on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.4%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow6.0%
Key (black)7.8%
Color previews
#eb2fdd text on a black background
contrast 5.98:1
Card sample
#eb2fdd text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2fdd;
Background color
Panel with #eb2fdd background
background-color: #eb2fdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2fdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 47, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 47, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2fdd; background: linear-gradient(135deg, #eb2fdd, #EB2F60);