#e7293f
a balanced, electric red · warm · closest name: crimson
RGB
231, 41, 63
HSL
353°, 80%, 53%
CMYK
0, 82, 73, 9
Luminance
0.1893
Every format
| HEX | #e7293f |
| RGB | rgb(231, 41, 63) |
| HSL | hsl(353, 80%, 53%) |
| CMYK | cmyk(0%, 82%, 73%, 9%) |
| LAB | lab(50.6 70.0 36.6) |
| LCH | lch(50.6 79.0 27.6) |
| OKLCH | oklch(0.602 0.221 22.0) |
Copy-ready code
/* CSS */
color: #e7293f;
background-color: #e7293f;
/* Tailwind (arbitrary) */
class="text-[#e7293f] bg-[#e7293f]"
/* SCSS */
$brand: #e7293f;
/* SwiftUI */
Color(red: 0.906, green: 0.161, blue: 0.247)
/* Android */
Color.parseColor("#e7293f")Accessibility — WCAG contrast
Aa
#e7293f on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e7293f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow72.7%
Key (black)9.4%
Color previews
#e7293f text on a black background
contrast 4.79:1
Card sample
#e7293f text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7293f;
Background color
Panel with #e7293f background
background-color: #e7293f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7293f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 41, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 41, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7293f; background: linear-gradient(135deg, #e7293f, #E79229);