#eb6849
a balanced, electric red · warm · closest name: coral
RGB
235, 104, 73
HSL
12°, 80%, 60%
CMYK
0, 56, 69, 8
Luminance
0.2804
Every format
| HEX | #eb6849 |
| RGB | rgb(235, 104, 73) |
| HSL | hsl(12, 80%, 60%) |
| CMYK | cmyk(0%, 56%, 69%, 8%) |
| LAB | lab(59.9 48.7 41.9) |
| LCH | lch(59.9 64.3 40.7) |
| OKLCH | oklch(0.673 0.169 34.6) |
Copy-ready code
/* CSS */
color: #eb6849;
background-color: #eb6849;
/* Tailwind (arbitrary) */
class="text-[#eb6849] bg-[#eb6849]"
/* SCSS */
$brand: #eb6849;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.286)
/* Android */
Color.parseColor("#eb6849")Accessibility — WCAG contrast
Aa
#eb6849 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6849 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow68.9%
Key (black)7.8%
Color previews
#eb6849 text on a black background
contrast 6.61:1
Card sample
#eb6849 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6849;
Background color
Panel with #eb6849 background
background-color: #eb6849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6849; background: linear-gradient(135deg, #eb6849, #EBD449);