#eb44ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 68, 174
HSL
322°, 81%, 59%
CMYK
0, 71, 26, 8
Luminance
0.2485
Every format
| HEX | #eb44ae |
| RGB | rgb(235, 68, 174) |
| HSL | hsl(322, 81%, 59%) |
| CMYK | cmyk(0%, 71%, 26%, 8%) |
| LAB | lab(56.9 72.3 -20.4) |
| LCH | lch(56.9 75.2 344.2) |
| OKLCH | oklch(0.659 0.226 346.1) |
Copy-ready code
/* CSS */
color: #eb44ae;
background-color: #eb44ae;
/* Tailwind (arbitrary) */
class="text-[#eb44ae] bg-[#eb44ae]"
/* SCSS */
$brand: #eb44ae;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.682)
/* Android */
Color.parseColor("#eb44ae")Accessibility — WCAG contrast
Aa
#eb44ae on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb44ae on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow26.0%
Key (black)7.8%
Color previews
#eb44ae text on a black background
contrast 5.97:1
Card sample
#eb44ae text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb44ae;
Background color
Panel with #eb44ae background
background-color: #eb44ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb44ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb44ae; background: linear-gradient(135deg, #eb44ae, #EB4944);