#eb9846
a balanced, electric orange · warm · closest name: peru
RGB
235, 152, 70
HSL
30°, 81%, 60%
CMYK
0, 35, 70, 8
Luminance
0.4056
Every format
| HEX | #eb9846 |
| RGB | rgb(235, 152, 70) |
| HSL | hsl(30, 81%, 60%) |
| CMYK | cmyk(0%, 35%, 70%, 8%) |
| LAB | lab(69.9 24.1 54.4) |
| LCH | lch(69.9 59.5 66.1) |
| OKLCH | oklch(0.749 0.138 62.3) |
Copy-ready code
/* CSS */
color: #eb9846;
background-color: #eb9846;
/* Tailwind (arbitrary) */
class="text-[#eb9846] bg-[#eb9846]"
/* SCSS */
$brand: #eb9846;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.275)
/* Android */
Color.parseColor("#eb9846")Accessibility — WCAG contrast
Aa
#eb9846 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9846 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow70.2%
Key (black)7.8%
Color previews
#eb9846 text on a black background
contrast 9.11:1
Card sample
#eb9846 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9846;
Background color
Panel with #eb9846 background
background-color: #eb9846;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9846;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9846; background: linear-gradient(135deg, #eb9846, #D0EB46);