#ee0039
a balanced, electric red · warm · closest name: crimson
RGB
238, 0, 57
HSL
346°, 100%, 47%
CMYK
0, 100, 76, 7
Luminance
0.1847
Every format
| HEX | #ee0039 |
| RGB | rgb(238, 0, 57) |
| HSL | hsl(346, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 76%, 7%) |
| LAB | lab(50.1 77.0 39.8) |
| LCH | lch(50.1 86.7 27.3) |
| OKLCH | oklch(0.600 0.241 21.4) |
Copy-ready code
/* CSS */
color: #ee0039;
background-color: #ee0039;
/* Tailwind (arbitrary) */
class="text-[#ee0039] bg-[#ee0039]"
/* SCSS */
$brand: #ee0039;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#ee0039")Accessibility — WCAG contrast
Aa
#ee0039 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0039 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow76.1%
Key (black)6.7%
Color previews
#ee0039 text on a black background
contrast 4.69:1
Card sample
#ee0039 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0039;
Background color
Panel with #ee0039 background
background-color: #ee0039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0039; background: linear-gradient(135deg, #ee0039, #EE6600);