#eb2dcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 45, 207
HSL
309°, 83%, 55%
CMYK
0, 81, 12, 8
Luminance
0.2404
Every format
| HEX | #eb2dcf |
| RGB | rgb(235, 45, 207) |
| HSL | hsl(309, 83%, 55%) |
| CMYK | cmyk(0%, 81%, 12%, 8%) |
| LAB | lab(56.1 82.9 -40.7) |
| LCH | lch(56.1 92.4 333.9) |
| OKLCH | oklch(0.657 0.267 335.4) |
Copy-ready code
/* CSS */
color: #eb2dcf;
background-color: #eb2dcf;
/* Tailwind (arbitrary) */
class="text-[#eb2dcf] bg-[#eb2dcf]"
/* SCSS */
$brand: #eb2dcf;
/* SwiftUI */
Color(red: 0.922, green: 0.176, blue: 0.812)
/* Android */
Color.parseColor("#eb2dcf")Accessibility — WCAG contrast
Aa
#eb2dcf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2dcf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green17.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow11.9%
Key (black)7.8%
Color previews
#eb2dcf text on a black background
contrast 5.81:1
Card sample
#eb2dcf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2dcf;
Background color
Panel with #eb2dcf background
background-color: #eb2dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 45, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 45, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2dcf; background: linear-gradient(135deg, #eb2dcf, #EB2D50);