#eb048f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 4, 143
HSL
324°, 97%, 47%
CMYK
0, 98, 39, 8
Luminance
0.1973
Every format
| HEX | #eb048f |
| RGB | rgb(235, 4, 143) |
| HSL | hsl(324, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 39%, 8%) |
| LAB | lab(51.5 81.3 -10.3) |
| LCH | lch(51.5 81.9 352.8) |
| OKLCH | oklch(0.616 0.252 354.0) |
Copy-ready code
/* CSS */
color: #eb048f;
background-color: #eb048f;
/* Tailwind (arbitrary) */
class="text-[#eb048f] bg-[#eb048f]"
/* SCSS */
$brand: #eb048f;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.561)
/* Android */
Color.parseColor("#eb048f")Accessibility — WCAG contrast
Aa
#eb048f on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb048f on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow39.1%
Key (black)7.8%
Color previews
#eb048f text on a black background
contrast 4.95:1
Card sample
#eb048f text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb048f;
Background color
Panel with #eb048f background
background-color: #eb048f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb048f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb048f; background: linear-gradient(135deg, #eb048f, #EB1304);