#eb882f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 136, 47
HSL
28°, 83%, 55%
CMYK
0, 42, 80, 8
Luminance
0.3548
Every format
| HEX | #eb882f |
| RGB | rgb(235, 136, 47) |
| HSL | hsl(28, 83%, 55%) |
| CMYK | cmyk(0%, 42%, 80%, 8%) |
| LAB | lab(66.1 31.6 60.5) |
| LCH | lch(66.1 68.3 62.4) |
| OKLCH | oklch(0.720 0.155 57.5) |
Copy-ready code
/* CSS */
color: #eb882f;
background-color: #eb882f;
/* Tailwind (arbitrary) */
class="text-[#eb882f] bg-[#eb882f]"
/* SCSS */
$brand: #eb882f;
/* SwiftUI */
Color(red: 0.922, green: 0.533, blue: 0.184)
/* Android */
Color.parseColor("#eb882f")Accessibility — WCAG contrast
Aa
#eb882f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb882f on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow80.0%
Key (black)7.8%
Color previews
#eb882f text on a black background
contrast 8.10:1
Card sample
#eb882f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb882f;
Background color
Panel with #eb882f background
background-color: #eb882f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb882f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 136, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 136, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb882f; background: linear-gradient(135deg, #eb882f, #D1EB2F);