#eb22ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 34, 174
HSL
318°, 83%, 53%
CMYK
0, 86, 26, 8
Luminance
0.2186
Every format
| HEX | #eb22ae |
| RGB | rgb(235, 34, 174) |
| HSL | hsl(318, 83%, 53%) |
| CMYK | cmyk(0%, 86%, 26%, 8%) |
| LAB | lab(53.9 81.0 -25.1) |
| LCH | lch(53.9 84.8 342.8) |
| OKLCH | oklch(0.636 0.255 344.8) |
Copy-ready code
/* CSS */
color: #eb22ae;
background-color: #eb22ae;
/* Tailwind (arbitrary) */
class="text-[#eb22ae] bg-[#eb22ae]"
/* SCSS */
$brand: #eb22ae;
/* SwiftUI */
Color(red: 0.922, green: 0.133, blue: 0.682)
/* Android */
Color.parseColor("#eb22ae")Accessibility — WCAG contrast
Aa
#eb22ae on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb22ae on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow26.0%
Key (black)7.8%
Color previews
#eb22ae text on a black background
contrast 5.37:1
Card sample
#eb22ae text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb22ae;
Background color
Panel with #eb22ae background
background-color: #eb22ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb22ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 34, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 34, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb22ae; background: linear-gradient(135deg, #eb22ae, #EB2228);