#eb8e2f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 142, 47
HSL
30°, 83%, 55%
CMYK
0, 40, 80, 8
Luminance
0.3721
Every format
| HEX | #eb8e2f |
| RGB | rgb(235, 142, 47) |
| HSL | hsl(30, 83%, 55%) |
| CMYK | cmyk(0%, 40%, 80%, 8%) |
| LAB | lab(67.4 28.4 61.8) |
| LCH | lch(67.4 68.0 65.3) |
| OKLCH | oklch(0.730 0.152 61.0) |
Copy-ready code
/* CSS */
color: #eb8e2f;
background-color: #eb8e2f;
/* Tailwind (arbitrary) */
class="text-[#eb8e2f] bg-[#eb8e2f]"
/* SCSS */
$brand: #eb8e2f;
/* SwiftUI */
Color(red: 0.922, green: 0.557, blue: 0.184)
/* Android */
Color.parseColor("#eb8e2f")Accessibility — WCAG contrast
Aa
#eb8e2f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8e2f on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow80.0%
Key (black)7.8%
Color previews
#eb8e2f text on a black background
contrast 8.44:1
Card sample
#eb8e2f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8e2f;
Background color
Panel with #eb8e2f background
background-color: #eb8e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 142, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 142, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8e2f; background: linear-gradient(135deg, #eb8e2f, #CBEB2F);