#ed1c3f
a balanced, electric red · warm · closest name: crimson
RGB
237, 28, 63
HSL
350°, 85%, 52%
CMYK
0, 88, 73, 7
Luminance
0.1919
Every format
| HEX | #ed1c3f |
| RGB | rgb(237, 28, 63) |
| HSL | hsl(350, 85%, 52%) |
| CMYK | cmyk(0%, 88%, 73%, 7%) |
| LAB | lab(50.9 74.1 37.2) |
| LCH | lch(50.9 82.9 26.7) |
| OKLCH | oklch(0.606 0.233 21.1) |
Copy-ready code
/* CSS */
color: #ed1c3f;
background-color: #ed1c3f;
/* Tailwind (arbitrary) */
class="text-[#ed1c3f] bg-[#ed1c3f]"
/* SCSS */
$brand: #ed1c3f;
/* SwiftUI */
Color(red: 0.929, green: 0.110, blue: 0.247)
/* Android */
Color.parseColor("#ed1c3f")Accessibility — WCAG contrast
Aa
#ed1c3f on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed1c3f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green11.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow73.4%
Key (black)7.1%
Color previews
#ed1c3f text on a black background
contrast 4.84:1
Card sample
#ed1c3f text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed1c3f;
Background color
Panel with #ed1c3f background
background-color: #ed1c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed1c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 28, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 28, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed1c3f; background: linear-gradient(135deg, #ed1c3f, #ED851C);