#eb52ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 82, 173
HSL
324°, 79%, 62%
CMYK
0, 65, 26, 8
Luminance
0.2671
Every format
| HEX | #eb52ad |
| RGB | rgb(235, 82, 173) |
| HSL | hsl(324, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 26%, 8%) |
| LAB | lab(58.7 67.2 -17.1) |
| LCH | lch(58.7 69.3 345.7) |
| OKLCH | oklch(0.671 0.208 347.5) |
Copy-ready code
/* CSS */
color: #eb52ad;
background-color: #eb52ad;
/* Tailwind (arbitrary) */
class="text-[#eb52ad] bg-[#eb52ad]"
/* SCSS */
$brand: #eb52ad;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.678)
/* Android */
Color.parseColor("#eb52ad")Accessibility — WCAG contrast
Aa
#eb52ad on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb52ad on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow26.4%
Key (black)7.8%
Color previews
#eb52ad text on a black background
contrast 6.34:1
Card sample
#eb52ad text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb52ad;
Background color
Panel with #eb52ad background
background-color: #eb52ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb52ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb52ad; background: linear-gradient(135deg, #eb52ad, #EB5D52);