#ed2f2c
a balanced, electric red · warm · closest name: tomato
RGB
237, 47, 44
HSL
1°, 84%, 55%
CMYK
0, 80, 81, 7
Luminance
0.2022
Every format
| HEX | #ed2f2c |
| RGB | rgb(237, 47, 44) |
| HSL | hsl(1, 84%, 55%) |
| CMYK | cmyk(0%, 80%, 81%, 7%) |
| LAB | lab(52.1 69.6 48.9) |
| LCH | lch(52.1 85.1 35.1) |
| OKLCH | oklch(0.614 0.224 27.6) |
Copy-ready code
/* CSS */
color: #ed2f2c;
background-color: #ed2f2c;
/* Tailwind (arbitrary) */
class="text-[#ed2f2c] bg-[#ed2f2c]"
/* SCSS */
$brand: #ed2f2c;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#ed2f2c")Accessibility — WCAG contrast
Aa
#ed2f2c on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2f2c on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow81.4%
Key (black)7.1%
Color previews
#ed2f2c text on a black background
contrast 5.04:1
Card sample
#ed2f2c text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2f2c;
Background color
Panel with #ed2f2c background
background-color: #ed2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2f2c; background: linear-gradient(135deg, #ed2f2c, #EDB02C);