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