#eb53ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 83, 174
HSL
324°, 79%, 62%
CMYK
0, 65, 26, 8
Luminance
0.2690
Every format
| HEX | #eb53ae |
| RGB | rgb(235, 83, 174) |
| HSL | hsl(324, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 26%, 8%) |
| LAB | lab(58.9 66.9 -17.4) |
| LCH | lch(58.9 69.1 345.4) |
| OKLCH | oklch(0.673 0.208 347.2) |
Copy-ready code
/* CSS */
color: #eb53ae;
background-color: #eb53ae;
/* Tailwind (arbitrary) */
class="text-[#eb53ae] bg-[#eb53ae]"
/* SCSS */
$brand: #eb53ae;
/* SwiftUI */
Color(red: 0.922, green: 0.325, blue: 0.682)
/* Android */
Color.parseColor("#eb53ae")Accessibility — WCAG contrast
Aa
#eb53ae on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb53ae on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow26.0%
Key (black)7.8%
Color previews
#eb53ae text on a black background
contrast 6.38:1
Card sample
#eb53ae text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb53ae;
Background color
Panel with #eb53ae background
background-color: #eb53ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb53ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 83, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 83, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb53ae; background: linear-gradient(135deg, #eb53ae, #EB5E53);