#ea3f2a
a balanced, electric red · warm · closest name: tomato
RGB
234, 63, 42
HSL
7°, 82%, 54%
CMYK
0, 73, 82, 8
Luminance
0.2121
Every format
| HEX | #ea3f2a |
| RGB | rgb(234, 63, 42) |
| HSL | hsl(7, 82%, 54%) |
| CMYK | cmyk(0%, 73%, 82%, 8%) |
| LAB | lab(53.2 64.0 50.8) |
| LCH | lch(53.2 81.7 38.4) |
| OKLCH | oklch(0.621 0.211 30.7) |
Copy-ready code
/* CSS */
color: #ea3f2a;
background-color: #ea3f2a;
/* Tailwind (arbitrary) */
class="text-[#ea3f2a] bg-[#ea3f2a]"
/* SCSS */
$brand: #ea3f2a;
/* SwiftUI */
Color(red: 0.918, green: 0.247, blue: 0.165)
/* Android */
Color.parseColor("#ea3f2a")Accessibility — WCAG contrast
Aa
#ea3f2a on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea3f2a on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green24.7%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow82.1%
Key (black)8.2%
Color previews
#ea3f2a text on a black background
contrast 5.24:1
Card sample
#ea3f2a text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea3f2a;
Background color
Panel with #ea3f2a background
background-color: #ea3f2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea3f2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 63, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 63, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea3f2a; background: linear-gradient(135deg, #ea3f2a, #EABF2A);