#eb6449
a balanced, electric red · warm · closest name: tomato
RGB
235, 100, 73
HSL
10°, 80%, 60%
CMYK
0, 57, 69, 8
Luminance
0.2726
Every format
| HEX | #eb6449 |
| RGB | rgb(235, 100, 73) |
| HSL | hsl(10, 80%, 60%) |
| CMYK | cmyk(0%, 57%, 69%, 8%) |
| LAB | lab(59.2 50.6 41.1) |
| LCH | lch(59.2 65.2 39.1) |
| OKLCH | oklch(0.668 0.173 33.1) |
Copy-ready code
/* CSS */
color: #eb6449;
background-color: #eb6449;
/* Tailwind (arbitrary) */
class="text-[#eb6449] bg-[#eb6449]"
/* SCSS */
$brand: #eb6449;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.286)
/* Android */
Color.parseColor("#eb6449")Accessibility — WCAG contrast
Aa
#eb6449 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6449 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow68.9%
Key (black)7.8%
Color previews
#eb6449 text on a black background
contrast 6.45:1
Card sample
#eb6449 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6449;
Background color
Panel with #eb6449 background
background-color: #eb6449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6449; background: linear-gradient(135deg, #eb6449, #EBD049);