#eb6749
a balanced, electric red · warm · closest name: tomato
RGB
235, 103, 73
HSL
11°, 80%, 60%
CMYK
0, 56, 69, 8
Luminance
0.2784
Every format
| HEX | #eb6749 |
| RGB | rgb(235, 103, 73) |
| HSL | hsl(11, 80%, 60%) |
| CMYK | cmyk(0%, 56%, 69%, 8%) |
| LAB | lab(59.8 49.2 41.7) |
| LCH | lch(59.8 64.5 40.3) |
| OKLCH | oklch(0.672 0.170 34.2) |
Copy-ready code
/* CSS */
color: #eb6749;
background-color: #eb6749;
/* Tailwind (arbitrary) */
class="text-[#eb6749] bg-[#eb6749]"
/* SCSS */
$brand: #eb6749;
/* SwiftUI */
Color(red: 0.922, green: 0.404, blue: 0.286)
/* Android */
Color.parseColor("#eb6749")Accessibility — WCAG contrast
Aa
#eb6749 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6749 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow68.9%
Key (black)7.8%
Color previews
#eb6749 text on a black background
contrast 6.57:1
Card sample
#eb6749 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6749;
Background color
Panel with #eb6749 background
background-color: #eb6749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 103, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 103, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6749; background: linear-gradient(135deg, #eb6749, #EBD349);