#e03443
a balanced, vivid red · warm · closest name: crimson
RGB
224, 52, 67
HSL
355°, 74%, 54%
CMYK
0, 77, 70, 12
Luminance
0.1871
Every format
| HEX | #e03443 |
| RGB | rgb(224, 52, 67) |
| HSL | hsl(355, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 70%, 12%) |
| LAB | lab(50.4 65.4 33.6) |
| LCH | lch(50.4 73.5 27.2) |
| OKLCH | oklch(0.597 0.207 22.0) |
Copy-ready code
/* CSS */
color: #e03443;
background-color: #e03443;
/* Tailwind (arbitrary) */
class="text-[#e03443] bg-[#e03443]"
/* SCSS */
$brand: #e03443;
/* SwiftUI */
Color(red: 0.878, green: 0.204, blue: 0.263)
/* Android */
Color.parseColor("#e03443")Accessibility — WCAG contrast
Aa
#e03443 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e03443 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green20.4%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow70.1%
Key (black)12.2%
Color previews
#e03443 text on a black background
contrast 4.74:1
Card sample
#e03443 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e03443;
Background color
Panel with #e03443 background
background-color: #e03443;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e03443;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 52, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 52, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e03443; background: linear-gradient(135deg, #e03443, #E09834);