#eb9342
a balanced, electric orange · warm · closest name: peru
RGB
235, 147, 66
HSL
29°, 81%, 59%
CMYK
0, 37, 72, 8
Luminance
0.3892
Every format
| HEX | #eb9342 |
| RGB | rgb(235, 147, 66) |
| HSL | hsl(29, 81%, 59%) |
| CMYK | cmyk(0%, 37%, 72%, 8%) |
| LAB | lab(68.7 26.6 55.0) |
| LCH | lch(68.7 61.1 64.2) |
| OKLCH | oklch(0.740 0.142 60.0) |
Copy-ready code
/* CSS */
color: #eb9342;
background-color: #eb9342;
/* Tailwind (arbitrary) */
class="text-[#eb9342] bg-[#eb9342]"
/* SCSS */
$brand: #eb9342;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.259)
/* Android */
Color.parseColor("#eb9342")Accessibility — WCAG contrast
Aa
#eb9342 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9342 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow71.9%
Key (black)7.8%
Color previews
#eb9342 text on a black background
contrast 8.78:1
Card sample
#eb9342 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9342;
Background color
Panel with #eb9342 background
background-color: #eb9342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9342; background: linear-gradient(135deg, #eb9342, #D2EB42);