#eb862d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 134, 45
HSL
28°, 83%, 55%
CMYK
0, 43, 81, 8
Luminance
0.3490
Every format
| HEX | #eb862d |
| RGB | rgb(235, 134, 45) |
| HSL | hsl(28, 83%, 55%) |
| CMYK | cmyk(0%, 43%, 81%, 8%) |
| LAB | lab(65.7 32.6 60.9) |
| LCH | lch(65.7 69.1 61.9) |
| OKLCH | oklch(0.716 0.157 56.7) |
Copy-ready code
/* CSS */
color: #eb862d;
background-color: #eb862d;
/* Tailwind (arbitrary) */
class="text-[#eb862d] bg-[#eb862d]"
/* SCSS */
$brand: #eb862d;
/* SwiftUI */
Color(red: 0.922, green: 0.525, blue: 0.176)
/* Android */
Color.parseColor("#eb862d")Accessibility — WCAG contrast
Aa
#eb862d on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb862d on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow80.9%
Key (black)7.8%
Color previews
#eb862d text on a black background
contrast 7.98:1
Card sample
#eb862d text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb862d;
Background color
Panel with #eb862d background
background-color: #eb862d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb862d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 134, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 134, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb862d; background: linear-gradient(135deg, #eb862d, #D1EB2D);