#eb489f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 72, 159
HSL
328°, 80%, 60%
CMYK
0, 69, 32, 8
Luminance
0.2480
Every format
| HEX | #eb489f |
| RGB | rgb(235, 72, 159) |
| HSL | hsl(328, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 32%, 8%) |
| LAB | lab(56.9 69.2 -11.8) |
| LCH | lch(56.9 70.2 350.4) |
| OKLCH | oklch(0.656 0.214 351.8) |
Copy-ready code
/* CSS */
color: #eb489f;
background-color: #eb489f;
/* Tailwind (arbitrary) */
class="text-[#eb489f] bg-[#eb489f]"
/* SCSS */
$brand: #eb489f;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.624)
/* Android */
Color.parseColor("#eb489f")Accessibility — WCAG contrast
Aa
#eb489f on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb489f on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow32.3%
Key (black)7.8%
Color previews
#eb489f text on a black background
contrast 5.96:1
Card sample
#eb489f text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb489f;
Background color
Panel with #eb489f background
background-color: #eb489f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb489f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb489f; background: linear-gradient(135deg, #eb489f, #EB5E48);