#ee1c2d
a balanced, electric red · warm · closest name: crimson
RGB
238, 28, 45
HSL
355°, 86%, 52%
CMYK
0, 88, 81, 7
Luminance
0.1920
Every format
| HEX | #ee1c2d |
| RGB | rgb(238, 28, 45) |
| HSL | hsl(355, 86%, 52%) |
| CMYK | cmyk(0%, 88%, 81%, 7%) |
| LAB | lab(50.9 73.8 47.4) |
| LCH | lch(50.9 87.7 32.7) |
| OKLCH | oklch(0.606 0.235 25.4) |
Copy-ready code
/* CSS */
color: #ee1c2d;
background-color: #ee1c2d;
/* Tailwind (arbitrary) */
class="text-[#ee1c2d] bg-[#ee1c2d]"
/* SCSS */
$brand: #ee1c2d;
/* SwiftUI */
Color(red: 0.933, green: 0.110, blue: 0.176)
/* Android */
Color.parseColor("#ee1c2d")Accessibility — WCAG contrast
Aa
#ee1c2d on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee1c2d on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green11.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow81.1%
Key (black)6.7%
Color previews
#ee1c2d text on a black background
contrast 4.84:1
Card sample
#ee1c2d text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee1c2d;
Background color
Panel with #ee1c2d background
background-color: #ee1c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee1c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 28, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 28, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee1c2d; background: linear-gradient(135deg, #ee1c2d, #EE971C);