#eb791f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 121, 31
HSL
27°, 84%, 52%
CMYK
0, 49, 87, 8
Luminance
0.3144
Every format
| HEX | #eb791f |
| RGB | rgb(235, 121, 31) |
| HSL | hsl(27, 84%, 52%) |
| CMYK | cmyk(0%, 49%, 87%, 8%) |
| LAB | lab(62.9 38.9 63.5) |
| LCH | lch(62.9 74.4 58.5) |
| OKLCH | oklch(0.694 0.168 52.1) |
Copy-ready code
/* CSS */
color: #eb791f;
background-color: #eb791f;
/* Tailwind (arbitrary) */
class="text-[#eb791f] bg-[#eb791f]"
/* SCSS */
$brand: #eb791f;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.122)
/* Android */
Color.parseColor("#eb791f")Accessibility — WCAG contrast
Aa
#eb791f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb791f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow86.8%
Key (black)7.8%
Color previews
#eb791f text on a black background
contrast 7.29:1
Card sample
#eb791f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb791f;
Background color
Panel with #eb791f background
background-color: #eb791f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb791f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb791f; background: linear-gradient(135deg, #eb791f, #D5EB1F);