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