#eb19ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 25, 174
HSL
317°, 84%, 51%
CMYK
0, 89, 26, 8
Luminance
0.2141
Every format
| HEX | #eb19ae |
| RGB | rgb(235, 25, 174) |
| HSL | hsl(317, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 26%, 8%) |
| LAB | lab(53.4 82.4 -25.9) |
| LCH | lch(53.4 86.4 342.6) |
| OKLCH | oklch(0.633 0.260 344.6) |
Copy-ready code
/* CSS */
color: #eb19ae;
background-color: #eb19ae;
/* Tailwind (arbitrary) */
class="text-[#eb19ae] bg-[#eb19ae]"
/* SCSS */
$brand: #eb19ae;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.682)
/* Android */
Color.parseColor("#eb19ae")Accessibility — WCAG contrast
Aa
#eb19ae on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb19ae on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow26.0%
Key (black)7.8%
Color previews
#eb19ae text on a black background
contrast 5.28:1
Card sample
#eb19ae text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb19ae;
Background color
Panel with #eb19ae background
background-color: #eb19ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb19ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb19ae; background: linear-gradient(135deg, #eb19ae, #EB1922);