#ee024f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 2, 79
HSL
340°, 98%, 47%
CMYK
0, 99, 67, 7
Luminance
0.1879
Every format
| HEX | #ee024f |
| RGB | rgb(238, 2, 79) |
| HSL | hsl(340, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 67%, 7%) |
| LAB | lab(50.4 77.7 27.1) |
| LCH | lch(50.4 82.3 19.3) |
| OKLCH | oklch(0.604 0.241 15.4) |
Copy-ready code
/* CSS */
color: #ee024f;
background-color: #ee024f;
/* Tailwind (arbitrary) */
class="text-[#ee024f] bg-[#ee024f]"
/* SCSS */
$brand: #ee024f;
/* SwiftUI */
Color(red: 0.933, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#ee024f")Accessibility — WCAG contrast
Aa
#ee024f on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee024f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow66.8%
Key (black)6.7%
Color previews
#ee024f text on a black background
contrast 4.76:1
Card sample
#ee024f text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee024f;
Background color
Panel with #ee024f background
background-color: #ee024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee024f; background: linear-gradient(135deg, #ee024f, #EE5202);