#eb47a7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 71, 167
HSL
325°, 80%, 60%
CMYK
0, 70, 29, 8
Luminance
0.2496
Every format
| HEX | #eb47a7 |
| RGB | rgb(235, 71, 167) |
| HSL | hsl(325, 80%, 60%) |
| CMYK | cmyk(0%, 70%, 29%, 8%) |
| LAB | lab(57.0 70.5 -16.2) |
| LCH | lch(57.0 72.3 347.1) |
| OKLCH | oklch(0.658 0.219 348.8) |
Copy-ready code
/* CSS */
color: #eb47a7;
background-color: #eb47a7;
/* Tailwind (arbitrary) */
class="text-[#eb47a7] bg-[#eb47a7]"
/* SCSS */
$brand: #eb47a7;
/* SwiftUI */
Color(red: 0.922, green: 0.278, blue: 0.655)
/* Android */
Color.parseColor("#eb47a7")Accessibility — WCAG contrast
Aa
#eb47a7 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb47a7 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow28.9%
Key (black)7.8%
Color previews
#eb47a7 text on a black background
contrast 5.99:1
Card sample
#eb47a7 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb47a7;
Background color
Panel with #eb47a7 background
background-color: #eb47a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb47a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 71, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 71, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb47a7; background: linear-gradient(135deg, #eb47a7, #EB5447);