#eb40ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 64, 174
HSL
321°, 81%, 59%
CMYK
0, 73, 26, 8
Luminance
0.2438
Every format
| HEX | #eb40ae |
| RGB | rgb(235, 64, 174) |
| HSL | hsl(321, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 26%, 8%) |
| LAB | lab(56.5 73.6 -21.1) |
| LCH | lch(56.5 76.6 344.0) |
| OKLCH | oklch(0.655 0.230 345.9) |
Copy-ready code
/* CSS */
color: #eb40ae;
background-color: #eb40ae;
/* Tailwind (arbitrary) */
class="text-[#eb40ae] bg-[#eb40ae]"
/* SCSS */
$brand: #eb40ae;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.682)
/* Android */
Color.parseColor("#eb40ae")Accessibility — WCAG contrast
Aa
#eb40ae on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb40ae on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow26.0%
Key (black)7.8%
Color previews
#eb40ae text on a black background
contrast 5.88:1
Card sample
#eb40ae text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb40ae;
Background color
Panel with #eb40ae background
background-color: #eb40ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb40ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb40ae; background: linear-gradient(135deg, #eb40ae, #EB4440);