#eb2ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 45, 223
HSL
304°, 83%, 55%
CMYK
0, 81, 5, 8
Luminance
0.2487
Every format
| HEX | #eb2ddf |
| RGB | rgb(235, 45, 223) |
| HSL | hsl(304, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 5%, 8%) |
| LAB | lab(57.0 85.2 -48.5) |
| LCH | lch(57.0 98.0 330.3) |
| OKLCH | oklch(0.666 0.278 331.2) |
Copy-ready code
/* CSS */
color: #eb2ddf;
background-color: #eb2ddf;
/* Tailwind (arbitrary) */
class="text-[#eb2ddf] bg-[#eb2ddf]"
/* SCSS */
$brand: #eb2ddf;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#eb2ddf")Accessibility — WCAG contrast
Aa
#eb2ddf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ddf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow5.1%
Key (black)7.8%
Color previews
#eb2ddf text on a black background
contrast 5.97:1
Card sample
#eb2ddf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ddf;
Background color
Panel with #eb2ddf background
background-color: #eb2ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ddf; background: linear-gradient(135deg, #eb2ddf, #EB2D60);