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