#eb714f
a balanced, electric red · warm · closest name: coral
RGB
235, 113, 79
HSL
13°, 80%, 62%
CMYK
0, 52, 66, 8
Luminance
0.3004
Every format
| HEX | #eb714f |
| RGB | rgb(235, 113, 79) |
| HSL | hsl(13, 80%, 62%) |
| CMYK | cmyk(0%, 52%, 66%, 8%) |
| LAB | lab(61.7 44.7 40.8) |
| LCH | lch(61.7 60.5 42.4) |
| OKLCH | oklch(0.687 0.159 36.5) |
Copy-ready code
/* CSS */
color: #eb714f;
background-color: #eb714f;
/* Tailwind (arbitrary) */
class="text-[#eb714f] bg-[#eb714f]"
/* SCSS */
$brand: #eb714f;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.310)
/* Android */
Color.parseColor("#eb714f")Accessibility — WCAG contrast
Aa
#eb714f on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb714f on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow66.4%
Key (black)7.8%
Color previews
#eb714f text on a black background
contrast 7.01:1
Card sample
#eb714f text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb714f;
Background color
Panel with #eb714f background
background-color: #eb714f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb714f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb714f; background: linear-gradient(135deg, #eb714f, #EBD94F);