#eb800f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 128, 15
HSL
31°, 88%, 49%
CMYK
0, 46, 94, 8
Luminance
0.3314
Every format
| HEX | #eb800f |
| RGB | rgb(235, 128, 15) |
| HSL | hsl(31, 88%, 49%) |
| CMYK | cmyk(0%, 46%, 94%, 8%) |
| LAB | lab(64.3 35.0 68.6) |
| LCH | lch(64.3 77.0 62.9) |
| OKLCH | oklch(0.705 0.167 57.2) |
Copy-ready code
/* CSS */
color: #eb800f;
background-color: #eb800f;
/* Tailwind (arbitrary) */
class="text-[#eb800f] bg-[#eb800f]"
/* SCSS */
$brand: #eb800f;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.059)
/* Android */
Color.parseColor("#eb800f")Accessibility — WCAG contrast
Aa
#eb800f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb800f on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow93.6%
Key (black)7.8%
Color previews
#eb800f text on a black background
contrast 7.63:1
Card sample
#eb800f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb800f;
Background color
Panel with #eb800f background
background-color: #eb800f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb800f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb800f; background: linear-gradient(135deg, #eb800f, #C3EB0F);