#eb7828
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 120, 40
HSL
25°, 83%, 54%
CMYK
0, 49, 83, 8
Luminance
0.3125
Every format
| HEX | #eb7828 |
| RGB | rgb(235, 120, 40) |
| HSL | hsl(25, 83%, 54%) |
| CMYK | cmyk(0%, 49%, 83%, 8%) |
| LAB | lab(62.7 39.6 60.2) |
| LCH | lch(62.7 72.1 56.7) |
| OKLCH | oklch(0.693 0.166 50.3) |
Copy-ready code
/* CSS */
color: #eb7828;
background-color: #eb7828;
/* Tailwind (arbitrary) */
class="text-[#eb7828] bg-[#eb7828]"
/* SCSS */
$brand: #eb7828;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#eb7828")Accessibility — WCAG contrast
Aa
#eb7828 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7828 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow83.0%
Key (black)7.8%
Color previews
#eb7828 text on a black background
contrast 7.25:1
Card sample
#eb7828 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7828;
Background color
Panel with #eb7828 background
background-color: #eb7828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7828; background: linear-gradient(135deg, #eb7828, #DCEB28);