#eb2ae6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 42, 230
HSL
302°, 83%, 54%
CMYK
0, 82, 2, 8
Luminance
0.2503
Every format
| HEX | #eb2ae6 |
| RGB | rgb(235, 42, 230) |
| HSL | hsl(302, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 2%, 8%) |
| LAB | lab(57.1 86.8 -52.2) |
| LCH | lch(57.1 101.3 329.0) |
| OKLCH | oklch(0.668 0.284 329.4) |
Copy-ready code
/* CSS */
color: #eb2ae6;
background-color: #eb2ae6;
/* Tailwind (arbitrary) */
class="text-[#eb2ae6] bg-[#eb2ae6]"
/* SCSS */
$brand: #eb2ae6;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.902)
/* Android */
Color.parseColor("#eb2ae6")Accessibility — WCAG contrast
Aa
#eb2ae6 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ae6 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow2.1%
Key (black)7.8%
Color previews
#eb2ae6 text on a black background
contrast 6.01:1
Card sample
#eb2ae6 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ae6;
Background color
Panel with #eb2ae6 background
background-color: #eb2ae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ae6; background: linear-gradient(135deg, #eb2ae6, #EB2A65);