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