#eb47db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 71, 219
HSL
306°, 80%, 60%
CMYK
0, 70, 7, 8
Luminance
0.2728
Every format
| HEX | #eb47db |
| RGB | rgb(235, 71, 219) |
| HSL | hsl(306, 80%, 60%) |
| CMYK | cmyk(0%, 70%, 7%, 8%) |
| LAB | lab(59.2 77.4 -42.6) |
| LCH | lch(59.2 88.4 331.2) |
| OKLCH | oklch(0.682 0.251 332.2) |
Copy-ready code
/* CSS */
color: #eb47db;
background-color: #eb47db;
/* Tailwind (arbitrary) */
class="text-[#eb47db] bg-[#eb47db]"
/* SCSS */
$brand: #eb47db;
/* SwiftUI */
Color(red: 0.922, green: 0.278, blue: 0.859)
/* Android */
Color.parseColor("#eb47db")Accessibility — WCAG contrast
Aa
#eb47db on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb47db on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow6.8%
Key (black)7.8%
Color previews
#eb47db text on a black background
contrast 6.46:1
Card sample
#eb47db text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb47db;
Background color
Panel with #eb47db background
background-color: #eb47db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb47db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 71, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 71, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb47db; background: linear-gradient(135deg, #eb47db, #EB476E);