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