#eb8331
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 131, 49
HSL
27°, 82%, 56%
CMYK
0, 44, 79, 8
Luminance
0.3412
Every format
| HEX | #eb8331 |
| RGB | rgb(235, 131, 49) |
| HSL | hsl(27, 82%, 56%) |
| CMYK | cmyk(0%, 44%, 79%, 8%) |
| LAB | lab(65.1 34.3 58.8) |
| LCH | lch(65.1 68.0 59.8) |
| OKLCH | oklch(0.712 0.157 54.3) |
Copy-ready code
/* CSS */
color: #eb8331;
background-color: #eb8331;
/* Tailwind (arbitrary) */
class="text-[#eb8331] bg-[#eb8331]"
/* SCSS */
$brand: #eb8331;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#eb8331")Accessibility — WCAG contrast
Aa
#eb8331 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8331 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow79.1%
Key (black)7.8%
Color previews
#eb8331 text on a black background
contrast 7.82:1
Card sample
#eb8331 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8331;
Background color
Panel with #eb8331 background
background-color: #eb8331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8331; background: linear-gradient(135deg, #eb8331, #D7EB31);