#eb7253
a balanced, electric red · warm · closest name: coral
RGB
235, 114, 83
HSL
12°, 79%, 62%
CMYK
0, 52, 65, 8
Luminance
0.3032
Every format
| HEX | #eb7253 |
| RGB | rgb(235, 114, 83) |
| HSL | hsl(12, 79%, 62%) |
| CMYK | cmyk(0%, 52%, 65%, 8%) |
| LAB | lab(61.9 44.4 38.9) |
| LCH | lch(61.9 59.1 41.2) |
| OKLCH | oklch(0.689 0.157 35.5) |
Copy-ready code
/* CSS */
color: #eb7253;
background-color: #eb7253;
/* Tailwind (arbitrary) */
class="text-[#eb7253] bg-[#eb7253]"
/* SCSS */
$brand: #eb7253;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#eb7253")Accessibility — WCAG contrast
Aa
#eb7253 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7253 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow64.7%
Key (black)7.8%
Color previews
#eb7253 text on a black background
contrast 7.06:1
Card sample
#eb7253 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7253;
Background color
Panel with #eb7253 background
background-color: #eb7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7253; background: linear-gradient(135deg, #eb7253, #EBD753);