#e2324f
a balanced, electric red · warm · closest name: crimson
RGB
226, 50, 79
HSL
350°, 75%, 54%
CMYK
0, 78, 65, 11
Luminance
0.1901
Every format
| HEX | #e2324f |
| RGB | rgb(226, 50, 79) |
| HSL | hsl(350, 75%, 54%) |
| CMYK | cmyk(0%, 78%, 65%, 11%) |
| LAB | lab(50.7 67.1 27.0) |
| LCH | lch(50.7 72.3 21.9) |
| OKLCH | oklch(0.601 0.210 17.8) |
Copy-ready code
/* CSS */
color: #e2324f;
background-color: #e2324f;
/* Tailwind (arbitrary) */
class="text-[#e2324f] bg-[#e2324f]"
/* SCSS */
$brand: #e2324f;
/* SwiftUI */
Color(red: 0.886, green: 0.196, blue: 0.310)
/* Android */
Color.parseColor("#e2324f")Accessibility — WCAG contrast
Aa
#e2324f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e2324f on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green19.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow65.0%
Key (black)11.4%
Color previews
#e2324f text on a black background
contrast 4.80:1
Card sample
#e2324f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2324f;
Background color
Panel with #e2324f background
background-color: #e2324f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2324f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 50, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 50, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2324f; background: linear-gradient(135deg, #e2324f, #E28A32);