#eb2ded
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 45, 237
HSL
299°, 84%, 55%
CMYK
1, 81, 0, 7
Luminance
0.2565
Every format
| HEX | #eb2ded |
| RGB | rgb(235, 45, 237) |
| HSL | hsl(299, 84%, 55%) |
| CMYK | cmyk(1%, 81%, 0%, 7%) |
| LAB | lab(57.7 87.2 -55.2) |
| LCH | lch(57.7 103.2 327.7) |
| OKLCH | oklch(0.674 0.287 327.7) |
Copy-ready code
/* CSS */
color: #eb2ded;
background-color: #eb2ded;
/* Tailwind (arbitrary) */
class="text-[#eb2ded] bg-[#eb2ded]"
/* SCSS */
$brand: #eb2ded;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.929)
/* Android */
Color.parseColor("#eb2ded")Accessibility — WCAG contrast
Aa
#eb2ded on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ded on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta81.0%
Yellow0.0%
Key (black)7.1%
Color previews
#eb2ded text on a black background
contrast 6.13:1
Card sample
#eb2ded text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ded;
Background color
Panel with #eb2ded background
background-color: #eb2ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ded; background: linear-gradient(135deg, #eb2ded, #ED2D6F);