#eb803f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 128, 63
HSL
23°, 81%, 58%
CMYK
0, 46, 73, 8
Luminance
0.3346
Every format
| HEX | #eb803f |
| RGB | rgb(235, 128, 63) |
| HSL | hsl(23, 81%, 58%) |
| CMYK | cmyk(0%, 46%, 73%, 8%) |
| LAB | lab(64.5 36.4 52.0) |
| LCH | lch(64.5 63.5 55.1) |
| OKLCH | oklch(0.708 0.153 49.3) |
Copy-ready code
/* CSS */
color: #eb803f;
background-color: #eb803f;
/* Tailwind (arbitrary) */
class="text-[#eb803f] bg-[#eb803f]"
/* SCSS */
$brand: #eb803f;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.247)
/* Android */
Color.parseColor("#eb803f")Accessibility — WCAG contrast
Aa
#eb803f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb803f on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow73.2%
Key (black)7.8%
Color previews
#eb803f text on a black background
contrast 7.69:1
Card sample
#eb803f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb803f;
Background color
Panel with #eb803f background
background-color: #eb803f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb803f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb803f; background: linear-gradient(135deg, #eb803f, #E3EB3F);