#ee4444
a balanced, electric red · warm · closest name: crimson
RGB
238, 68, 68
HSL
0°, 83%, 60%
CMYK
0, 71, 71, 7
Luminance
0.2273
Every format
| HEX | #ee4444 |
| RGB | rgb(238, 68, 68) |
| HSL | hsl(0, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 71%, 7%) |
| LAB | lab(54.8 64.4 38.9) |
| LCH | lch(54.8 75.2 31.1) |
| OKLCH | oklch(0.635 0.207 25.3) |
Copy-ready code
/* CSS */
color: #ee4444;
background-color: #ee4444;
/* Tailwind (arbitrary) */
class="text-[#ee4444] bg-[#ee4444]"
/* SCSS */
$brand: #ee4444;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#ee4444")Accessibility — WCAG contrast
Aa
#ee4444 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4444 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow71.4%
Key (black)6.7%
Color previews
#ee4444 text on a black background
contrast 5.55:1
Card sample
#ee4444 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4444;
Background color
Panel with #ee4444 background
background-color: #ee4444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4444; background: linear-gradient(135deg, #ee4444, #EEB544);