#eb8439
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 132, 57
HSL
25°, 82%, 57%
CMYK
0, 44, 76, 8
Luminance
0.3446
Every format
| HEX | #eb8439 |
| RGB | rgb(235, 132, 57) |
| HSL | hsl(25, 82%, 57%) |
| CMYK | cmyk(0%, 44%, 76%, 8%) |
| LAB | lab(65.3 34.0 55.6) |
| LCH | lch(65.3 65.2 58.5) |
| OKLCH | oklch(0.714 0.153 53.1) |
Copy-ready code
/* CSS */
color: #eb8439;
background-color: #eb8439;
/* Tailwind (arbitrary) */
class="text-[#eb8439] bg-[#eb8439]"
/* SCSS */
$brand: #eb8439;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.224)
/* Android */
Color.parseColor("#eb8439")Accessibility — WCAG contrast
Aa
#eb8439 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8439 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow75.7%
Key (black)7.8%
Color previews
#eb8439 text on a black background
contrast 7.89:1
Card sample
#eb8439 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8439;
Background color
Panel with #eb8439 background
background-color: #eb8439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8439; background: linear-gradient(135deg, #eb8439, #DBEB39);