#eb6e49
a balanced, electric red · warm · closest name: coral
RGB
235, 110, 73
HSL
14°, 80%, 60%
CMYK
0, 53, 69, 8
Luminance
0.2930
Every format
| HEX | #eb6e49 |
| RGB | rgb(235, 110, 73) |
| HSL | hsl(14, 80%, 60%) |
| CMYK | cmyk(0%, 53%, 69%, 8%) |
| LAB | lab(61.0 45.8 43.2) |
| LCH | lch(61.0 63.0 43.3) |
| OKLCH | oklch(0.681 0.164 37.2) |
Copy-ready code
/* CSS */
color: #eb6e49;
background-color: #eb6e49;
/* Tailwind (arbitrary) */
class="text-[#eb6e49] bg-[#eb6e49]"
/* SCSS */
$brand: #eb6e49;
/* SwiftUI */
Color(red: 0.922, green: 0.431, blue: 0.286)
/* Android */
Color.parseColor("#eb6e49")Accessibility — WCAG contrast
Aa
#eb6e49 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6e49 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow68.9%
Key (black)7.8%
Color previews
#eb6e49 text on a black background
contrast 6.86:1
Card sample
#eb6e49 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6e49;
Background color
Panel with #eb6e49 background
background-color: #eb6e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 110, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 110, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6e49; background: linear-gradient(135deg, #eb6e49, #EBDA49);