#eb3ded
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 61, 237
HSL
299°, 83%, 58%
CMYK
1, 74, 0, 7
Luminance
0.2711
Every format
| HEX | #eb3ded |
| RGB | rgb(235, 61, 237) |
| HSL | hsl(299, 83%, 58%) |
| CMYK | cmyk(1%, 74%, 0%, 7%) |
| LAB | lab(59.1 83.2 -53.0) |
| LCH | lch(59.1 98.7 327.5) |
| OKLCH | oklch(0.683 0.274 327.6) |
Copy-ready code
/* CSS */
color: #eb3ded;
background-color: #eb3ded;
/* Tailwind (arbitrary) */
class="text-[#eb3ded] bg-[#eb3ded]"
/* SCSS */
$brand: #eb3ded;
/* SwiftUI */
Color(red: 0.922, green: 0.239, blue: 0.929)
/* Android */
Color.parseColor("#eb3ded")Accessibility — WCAG contrast
Aa
#eb3ded on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3ded on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.9%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta74.3%
Yellow0.0%
Key (black)7.1%
Color previews
#eb3ded text on a black background
contrast 6.42:1
Card sample
#eb3ded text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3ded;
Background color
Panel with #eb3ded background
background-color: #eb3ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 61, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 61, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3ded; background: linear-gradient(135deg, #eb3ded, #ED3D7A);