#eb833f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 131, 63
HSL
24°, 81%, 58%
CMYK
0, 44, 73, 8
Luminance
0.3425
Every format
| HEX | #eb833f |
| RGB | rgb(235, 131, 63) |
| HSL | hsl(24, 81%, 58%) |
| CMYK | cmyk(0%, 44%, 73%, 8%) |
| LAB | lab(65.2 34.8 52.7) |
| LCH | lch(65.2 63.2 56.6) |
| OKLCH | oklch(0.713 0.151 51.0) |
Copy-ready code
/* CSS */
color: #eb833f;
background-color: #eb833f;
/* Tailwind (arbitrary) */
class="text-[#eb833f] bg-[#eb833f]"
/* SCSS */
$brand: #eb833f;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.247)
/* Android */
Color.parseColor("#eb833f")Accessibility — WCAG contrast
Aa
#eb833f on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb833f on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow73.2%
Key (black)7.8%
Color previews
#eb833f text on a black background
contrast 7.85:1
Card sample
#eb833f text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb833f;
Background color
Panel with #eb833f background
background-color: #eb833f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb833f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb833f; background: linear-gradient(135deg, #eb833f, #E0EB3F);