#eb2ab2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 42, 178
HSL
318°, 83%, 54%
CMYK
0, 82, 24, 8
Luminance
0.2253
Every format
| HEX | #eb2ab2 |
| RGB | rgb(235, 42, 178) |
| HSL | hsl(318, 83%, 54%) |
| CMYK | cmyk(0%, 82%, 24%, 8%) |
| LAB | lab(54.6 79.9 -26.4) |
| LCH | lch(54.6 84.2 341.8) |
| OKLCH | oklch(0.642 0.252 343.8) |
Copy-ready code
/* CSS */
color: #eb2ab2;
background-color: #eb2ab2;
/* Tailwind (arbitrary) */
class="text-[#eb2ab2] bg-[#eb2ab2]"
/* SCSS */
$brand: #eb2ab2;
/* SwiftUI */
Color(red: 0.922, green: 0.165, blue: 0.698)
/* Android */
Color.parseColor("#eb2ab2")Accessibility — WCAG contrast
Aa
#eb2ab2 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2ab2 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow24.3%
Key (black)7.8%
Color previews
#eb2ab2 text on a black background
contrast 5.51:1
Card sample
#eb2ab2 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2ab2;
Background color
Panel with #eb2ab2 background
background-color: #eb2ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 42, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 42, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2ab2; background: linear-gradient(135deg, #eb2ab2, #EB2A31);