#e2425b
a balanced, vivid red · warm · closest name: crimson
RGB
226, 66, 91
HSL
351°, 73%, 57%
CMYK
0, 71, 60, 11
Luminance
0.2082
Every format
| HEX | #e2425b |
| RGB | rgb(226, 66, 91) |
| HSL | hsl(351, 73%, 57%) |
| CMYK | cmyk(0%, 71%, 60%, 11%) |
| LAB | lab(52.8 62.7 22.5) |
| LCH | lch(52.8 66.6 19.7) |
| OKLCH | oklch(0.617 0.196 16.3) |
Copy-ready code
/* CSS */
color: #e2425b;
background-color: #e2425b;
/* Tailwind (arbitrary) */
class="text-[#e2425b] bg-[#e2425b]"
/* SCSS */
$brand: #e2425b;
/* SwiftUI */
Color(red: 0.886, green: 0.259, blue: 0.357)
/* Android */
Color.parseColor("#e2425b")Accessibility — WCAG contrast
Aa
#e2425b on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e2425b on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green25.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow59.7%
Key (black)11.4%
Color previews
#e2425b text on a black background
contrast 5.16:1
Card sample
#e2425b text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2425b;
Background color
Panel with #e2425b background
background-color: #e2425b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2425b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 66, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 66, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2425b; background: linear-gradient(135deg, #e2425b, #E29442);