#eb764f
a balanced, electric orange · warm · closest name: coral
RGB
235, 118, 79
HSL
15°, 80%, 62%
CMYK
0, 50, 66, 8
Luminance
0.3118
Every format
| HEX | #eb764f |
| RGB | rgb(235, 118, 79) |
| HSL | hsl(15, 80%, 62%) |
| CMYK | cmyk(0%, 50%, 66%, 8%) |
| LAB | lab(62.7 42.2 41.9) |
| LCH | lch(62.7 59.5 44.8) |
| OKLCH | oklch(0.694 0.155 38.9) |
Copy-ready code
/* CSS */
color: #eb764f;
background-color: #eb764f;
/* Tailwind (arbitrary) */
class="text-[#eb764f] bg-[#eb764f]"
/* SCSS */
$brand: #eb764f;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.310)
/* Android */
Color.parseColor("#eb764f")Accessibility — WCAG contrast
Aa
#eb764f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb764f on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow66.4%
Key (black)7.8%
Color previews
#eb764f text on a black background
contrast 7.24:1
Card sample
#eb764f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb764f;
Background color
Panel with #eb764f background
background-color: #eb764f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb764f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb764f; background: linear-gradient(135deg, #eb764f, #EBDE4F);