#eb452f
a balanced, electric red · warm · closest name: tomato
RGB
235, 69, 47
HSL
7°, 83%, 55%
CMYK
0, 71, 80, 8
Luminance
0.2212
Every format
| HEX | #eb452f |
| RGB | rgb(235, 69, 47) |
| HSL | hsl(7, 83%, 55%) |
| CMYK | cmyk(0%, 71%, 80%, 8%) |
| LAB | lab(54.2 62.3 49.3) |
| LCH | lch(54.2 79.5 38.3) |
| OKLCH | oklch(0.629 0.206 30.9) |
Copy-ready code
/* CSS */
color: #eb452f;
background-color: #eb452f;
/* Tailwind (arbitrary) */
class="text-[#eb452f] bg-[#eb452f]"
/* SCSS */
$brand: #eb452f;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.184)
/* Android */
Color.parseColor("#eb452f")Accessibility — WCAG contrast
Aa
#eb452f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb452f on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow80.0%
Key (black)7.8%
Color previews
#eb452f text on a black background
contrast 5.42:1
Card sample
#eb452f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb452f;
Background color
Panel with #eb452f background
background-color: #eb452f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb452f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb452f; background: linear-gradient(135deg, #eb452f, #EBC22F);