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