#eb2be4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 43, 228
HSL
302°, 83%, 55%
CMYK
0, 82, 3, 8
Luminance
0.2499
Every format
| HEX | #eb2be4 |
| RGB | rgb(235, 43, 228) |
| HSL | hsl(302, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 3%, 8%) |
| LAB | lab(57.1 86.3 -51.1) |
| LCH | lch(57.1 100.3 329.4) |
| OKLCH | oklch(0.668 0.282 329.9) |
Copy-ready code
/* CSS */
color: #eb2be4;
background-color: #eb2be4;
/* Tailwind (arbitrary) */
class="text-[#eb2be4] bg-[#eb2be4]"
/* SCSS */
$brand: #eb2be4;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.894)
/* Android */
Color.parseColor("#eb2be4")Accessibility — WCAG contrast
Aa
#eb2be4 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2be4 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow3.0%
Key (black)7.8%
Color previews
#eb2be4 text on a black background
contrast 6.00:1
Card sample
#eb2be4 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2be4;
Background color
Panel with #eb2be4 background
background-color: #eb2be4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2be4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2be4; background: linear-gradient(135deg, #eb2be4, #EB2B64);