#eb48af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 72, 175
HSL
322°, 80%, 60%
CMYK
0, 69, 26, 8
Luminance
0.2539
Every format
| HEX | #eb48af |
| RGB | rgb(235, 72, 175) |
| HSL | hsl(322, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 26%, 8%) |
| LAB | lab(57.5 71.1 -20.2) |
| LCH | lch(57.5 73.9 344.1) |
| OKLCH | oklch(0.663 0.222 346.0) |
Copy-ready code
/* CSS */
color: #eb48af;
background-color: #eb48af;
/* Tailwind (arbitrary) */
class="text-[#eb48af] bg-[#eb48af]"
/* SCSS */
$brand: #eb48af;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#eb48af")Accessibility — WCAG contrast
Aa
#eb48af on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb48af on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow25.5%
Key (black)7.8%
Color previews
#eb48af text on a black background
contrast 6.08:1
Card sample
#eb48af text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb48af;
Background color
Panel with #eb48af background
background-color: #eb48af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb48af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb48af; background: linear-gradient(135deg, #eb48af, #EB4E48);