#eb2acd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 42, 205
HSL
309°, 83%, 54%
CMYK
0, 82, 13, 8
Luminance
0.2373
Every format
| HEX | #eb2acd |
| RGB | rgb(235, 42, 205) |
| HSL | hsl(309, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 13%, 8%) |
| LAB | lab(55.8 83.3 -40.0) |
| LCH | lch(55.8 92.5 334.3) |
| OKLCH | oklch(0.655 0.268 335.9) |
Copy-ready code
/* CSS */
color: #eb2acd;
background-color: #eb2acd;
/* Tailwind (arbitrary) */
class="text-[#eb2acd] bg-[#eb2acd]"
/* SCSS */
$brand: #eb2acd;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#eb2acd")Accessibility — WCAG contrast
Aa
#eb2acd on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2acd on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow12.8%
Key (black)7.8%
Color previews
#eb2acd text on a black background
contrast 5.75:1
Card sample
#eb2acd text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2acd;
Background color
Panel with #eb2acd background
background-color: #eb2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2acd; background: linear-gradient(135deg, #eb2acd, #EB2A4C);