#ee2139
a balanced, electric red · warm · closest name: crimson
RGB
238, 33, 57
HSL
353°, 86%, 53%
CMYK
0, 86, 76, 7
Luminance
0.1956
Every format
| HEX | #ee2139 |
| RGB | rgb(238, 33, 57) |
| HSL | hsl(353, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 76%, 7%) |
| LAB | lab(51.3 73.3 41.2) |
| LCH | lch(51.3 84.1 29.3) |
| OKLCH | oklch(0.609 0.232 23.1) |
Copy-ready code
/* CSS */
color: #ee2139;
background-color: #ee2139;
/* Tailwind (arbitrary) */
class="text-[#ee2139] bg-[#ee2139]"
/* SCSS */
$brand: #ee2139;
/* SwiftUI */
Color(red: 0.933, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#ee2139")Accessibility — WCAG contrast
Aa
#ee2139 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2139 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow76.1%
Key (black)6.7%
Color previews
#ee2139 text on a black background
contrast 4.91:1
Card sample
#ee2139 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2139;
Background color
Panel with #ee2139 background
background-color: #ee2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2139; background: linear-gradient(135deg, #ee2139, #EE9221);