#eb4537
a balanced, electric red · warm · closest name: tomato
RGB
235, 69, 55
HSL
5°, 82%, 57%
CMYK
0, 71, 77, 8
Luminance
0.2219
Every format
| HEX | #eb4537 |
| RGB | rgb(235, 69, 55) |
| HSL | hsl(5, 82%, 57%) |
| CMYK | cmyk(0%, 71%, 77%, 8%) |
| LAB | lab(54.2 62.6 45.2) |
| LCH | lch(54.2 77.2 35.8) |
| OKLCH | oklch(0.629 0.205 29.0) |
Copy-ready code
/* CSS */
color: #eb4537;
background-color: #eb4537;
/* Tailwind (arbitrary) */
class="text-[#eb4537] bg-[#eb4537]"
/* SCSS */
$brand: #eb4537;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.216)
/* Android */
Color.parseColor("#eb4537")Accessibility — WCAG contrast
Aa
#eb4537 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4537 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow76.6%
Key (black)7.8%
Color previews
#eb4537 text on a black background
contrast 5.44:1
Card sample
#eb4537 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4537;
Background color
Panel with #eb4537 background
background-color: #eb4537;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4537;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4537; background: linear-gradient(135deg, #eb4537, #EBBD37);