#eb044f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 4, 79
HSL
341°, 97%, 47%
CMYK
0, 98, 66, 8
Luminance
0.1831
Every format
| HEX | #eb044f |
| RGB | rgb(235, 4, 79) |
| HSL | hsl(341, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 66%, 8%) |
| LAB | lab(49.9 76.8 26.3) |
| LCH | lch(49.9 81.2 18.9) |
| OKLCH | oklch(0.598 0.238 15.2) |
Copy-ready code
/* CSS */
color: #eb044f;
background-color: #eb044f;
/* Tailwind (arbitrary) */
class="text-[#eb044f] bg-[#eb044f]"
/* SCSS */
$brand: #eb044f;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.310)
/* Android */
Color.parseColor("#eb044f")Accessibility — WCAG contrast
Aa
#eb044f on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb044f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow66.4%
Key (black)7.8%
Color previews
#eb044f text on a black background
contrast 4.66:1
Card sample
#eb044f text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb044f;
Background color
Panel with #eb044f background
background-color: #eb044f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb044f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb044f; background: linear-gradient(135deg, #eb044f, #EB5304);