#ec3e2b
a balanced, electric red · warm · closest name: tomato
RGB
236, 62, 43
HSL
6°, 84%, 55%
CMYK
0, 74, 82, 8
Luminance
0.2145
Every format
| HEX | #ec3e2b |
| RGB | rgb(236, 62, 43) |
| HSL | hsl(6, 84%, 55%) |
| CMYK | cmyk(0%, 74%, 82%, 8%) |
| LAB | lab(53.5 64.9 50.6) |
| LCH | lch(53.5 82.3 37.9) |
| OKLCH | oklch(0.624 0.213 30.2) |
Copy-ready code
/* CSS */
color: #ec3e2b;
background-color: #ec3e2b;
/* Tailwind (arbitrary) */
class="text-[#ec3e2b] bg-[#ec3e2b]"
/* SCSS */
$brand: #ec3e2b;
/* SwiftUI */
Color(red: 0.925, green: 0.243, blue: 0.169)
/* Android */
Color.parseColor("#ec3e2b")Accessibility — WCAG contrast
Aa
#ec3e2b on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3e2b on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow81.8%
Key (black)7.5%
Color previews
#ec3e2b text on a black background
contrast 5.29:1
Card sample
#ec3e2b text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3e2b;
Background color
Panel with #ec3e2b background
background-color: #ec3e2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3e2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 62, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 62, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3e2b; background: linear-gradient(135deg, #ec3e2b, #ECBF2B);