#eb8a3c
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 138, 60
HSL
27°, 81%, 58%
CMYK
0, 41, 75, 8
Luminance
0.3617
Every format
| HEX | #eb8a3c |
| RGB | rgb(235, 138, 60) |
| HSL | hsl(27, 81%, 58%) |
| CMYK | cmyk(0%, 41%, 75%, 8%) |
| LAB | lab(66.7 31.0 55.6) |
| LCH | lch(66.7 63.7 60.8) |
| OKLCH | oklch(0.724 0.149 55.9) |
Copy-ready code
/* CSS */
color: #eb8a3c;
background-color: #eb8a3c;
/* Tailwind (arbitrary) */
class="text-[#eb8a3c] bg-[#eb8a3c]"
/* SCSS */
$brand: #eb8a3c;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.235)
/* Android */
Color.parseColor("#eb8a3c")Accessibility — WCAG contrast
Aa
#eb8a3c on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8a3c on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow74.5%
Key (black)7.8%
Color previews
#eb8a3c text on a black background
contrast 8.23:1
Card sample
#eb8a3c text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8a3c;
Background color
Panel with #eb8a3c background
background-color: #eb8a3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8a3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8a3c; background: linear-gradient(135deg, #eb8a3c, #D7EB3C);