#ee2244
a balanced, electric red · warm · closest name: crimson
RGB
238, 34, 68
HSL
350°, 86%, 53%
CMYK
0, 86, 71, 7
Luminance
0.1974
Every format
| HEX | #ee2244 |
| RGB | rgb(238, 34, 68) |
| HSL | hsl(350, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 71%, 7%) |
| LAB | lab(51.5 73.5 35.1) |
| LCH | lch(51.5 81.5 25.5) |
| OKLCH | oklch(0.611 0.231 20.3) |
Copy-ready code
/* CSS */
color: #ee2244;
background-color: #ee2244;
/* Tailwind (arbitrary) */
class="text-[#ee2244] bg-[#ee2244]"
/* SCSS */
$brand: #ee2244;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#ee2244")Accessibility — WCAG contrast
Aa
#ee2244 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2244 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow71.4%
Key (black)6.7%
Color previews
#ee2244 text on a black background
contrast 4.95:1
Card sample
#ee2244 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2244;
Background color
Panel with #ee2244 background
background-color: #ee2244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2244; background: linear-gradient(135deg, #ee2244, #EE8822);