#eb7451
a balanced, electric red · warm · closest name: coral
RGB
235, 116, 81
HSL
14°, 79%, 62%
CMYK
0, 51, 66, 8
Luminance
0.3075
Every format
| HEX | #eb7451 |
| RGB | rgb(235, 116, 81) |
| HSL | hsl(14, 79%, 62%) |
| CMYK | cmyk(0%, 51%, 66%, 8%) |
| LAB | lab(62.3 43.3 40.4) |
| LCH | lch(62.3 59.3 43.0) |
| OKLCH | oklch(0.691 0.156 37.2) |
Copy-ready code
/* CSS */
color: #eb7451;
background-color: #eb7451;
/* Tailwind (arbitrary) */
class="text-[#eb7451] bg-[#eb7451]"
/* SCSS */
$brand: #eb7451;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.318)
/* Android */
Color.parseColor("#eb7451")Accessibility — WCAG contrast
Aa
#eb7451 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7451 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow65.5%
Key (black)7.8%
Color previews
#eb7451 text on a black background
contrast 7.15:1
Card sample
#eb7451 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7451;
Background color
Panel with #eb7451 background
background-color: #eb7451;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7451;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7451; background: linear-gradient(135deg, #eb7451, #EBDB51);