#ee2c4e
a balanced, electric red · warm · closest name: crimson
RGB
238, 44, 78
HSL
350°, 85%, 55%
CMYK
0, 82, 67, 7
Luminance
0.2053
Every format
| HEX | #ee2c4e |
| RGB | rgb(238, 44, 78) |
| HSL | hsl(350, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 67%, 7%) |
| LAB | lab(52.4 71.9 30.3) |
| LCH | lch(52.4 78.0 22.8) |
| OKLCH | oklch(0.618 0.225 18.4) |
Copy-ready code
/* CSS */
color: #ee2c4e;
background-color: #ee2c4e;
/* Tailwind (arbitrary) */
class="text-[#ee2c4e] bg-[#ee2c4e]"
/* SCSS */
$brand: #ee2c4e;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.306)
/* Android */
Color.parseColor("#ee2c4e")Accessibility — WCAG contrast
Aa
#ee2c4e on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2c4e on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow67.2%
Key (black)6.7%
Color previews
#ee2c4e text on a black background
contrast 5.11:1
Card sample
#ee2c4e text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2c4e;
Background color
Panel with #ee2c4e background
background-color: #ee2c4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2c4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2c4e; background: linear-gradient(135deg, #ee2c4e, #EE8B2C);