#e44e5d
a balanced, vivid red · warm · closest name: crimson
RGB
228, 78, 93
HSL
354°, 74%, 60%
CMYK
0, 66, 59, 11
Luminance
0.2273
Every format
| HEX | #e44e5d |
| RGB | rgb(228, 78, 93) |
| HSL | hsl(354, 74%, 60%) |
| CMYK | cmyk(0%, 66%, 59%, 11%) |
| LAB | lab(54.8 58.9 24.1) |
| LCH | lch(54.8 63.6 22.2) |
| OKLCH | oklch(0.633 0.185 18.5) |
Copy-ready code
/* CSS */
color: #e44e5d;
background-color: #e44e5d;
/* Tailwind (arbitrary) */
class="text-[#e44e5d] bg-[#e44e5d]"
/* SCSS */
$brand: #e44e5d;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.365)
/* Android */
Color.parseColor("#e44e5d")Accessibility — WCAG contrast
Aa
#e44e5d on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44e5d on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow59.2%
Key (black)10.6%
Color previews
#e44e5d text on a black background
contrast 5.55:1
Card sample
#e44e5d text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44e5d;
Background color
Panel with #e44e5d background
background-color: #e44e5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44e5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44e5d; background: linear-gradient(135deg, #e44e5d, #E4A34E);