#eb7d2f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 125, 47
HSL
25°, 83%, 55%
CMYK
0, 47, 80, 8
Luminance
0.3253
Every format
| HEX | #eb7d2f |
| RGB | rgb(235, 125, 47) |
| HSL | hsl(25, 83%, 55%) |
| CMYK | cmyk(0%, 47%, 80%, 8%) |
| LAB | lab(63.8 37.3 58.4) |
| LCH | lch(63.8 69.3 57.5) |
| OKLCH | oklch(0.702 0.161 51.5) |
Copy-ready code
/* CSS */
color: #eb7d2f;
background-color: #eb7d2f;
/* Tailwind (arbitrary) */
class="text-[#eb7d2f] bg-[#eb7d2f]"
/* SCSS */
$brand: #eb7d2f;
/* SwiftUI */
Color(red: 0.922, green: 0.490, blue: 0.184)
/* Android */
Color.parseColor("#eb7d2f")Accessibility — WCAG contrast
Aa
#eb7d2f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7d2f on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow80.0%
Key (black)7.8%
Color previews
#eb7d2f text on a black background
contrast 7.51:1
Card sample
#eb7d2f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7d2f;
Background color
Panel with #eb7d2f background
background-color: #eb7d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 125, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 125, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7d2f; background: linear-gradient(135deg, #eb7d2f, #DCEB2F);