#eb004f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 0, 79
HSL
340°, 100%, 46%
CMYK
0, 100, 66, 8
Luminance
0.1823
Every format
| HEX | #eb004f |
| RGB | rgb(235, 0, 79) |
| HSL | hsl(340, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 66%, 8%) |
| LAB | lab(49.8 77.2 26.2) |
| LCH | lch(49.8 81.5 18.7) |
| OKLCH | oklch(0.598 0.239 15.0) |
Copy-ready code
/* CSS */
color: #eb004f;
background-color: #eb004f;
/* Tailwind (arbitrary) */
class="text-[#eb004f] bg-[#eb004f]"
/* SCSS */
$brand: #eb004f;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#eb004f")Accessibility — WCAG contrast
Aa
#eb004f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb004f on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.4%
Key (black)7.8%
Color previews
#eb004f text on a black background
contrast 4.65:1
Card sample
#eb004f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb004f;
Background color
Panel with #eb004f background
background-color: #eb004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb004f; background: linear-gradient(135deg, #eb004f, #EB4E00);