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