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