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