#eb7c1f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 124, 31
HSL
27°, 84%, 52%
CMYK
0, 47, 87, 8
Luminance
0.3218
Every format
| HEX | #eb7c1f |
| RGB | rgb(235, 124, 31) |
| HSL | hsl(27, 84%, 52%) |
| CMYK | cmyk(0%, 47%, 87%, 8%) |
| LAB | lab(63.5 37.4 64.0) |
| LCH | lch(63.5 74.1 59.7) |
| OKLCH | oklch(0.699 0.166 53.6) |
Copy-ready code
/* CSS */
color: #eb7c1f;
background-color: #eb7c1f;
/* Tailwind (arbitrary) */
class="text-[#eb7c1f] bg-[#eb7c1f]"
/* SCSS */
$brand: #eb7c1f;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.122)
/* Android */
Color.parseColor("#eb7c1f")Accessibility — WCAG contrast
Aa
#eb7c1f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7c1f on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow86.8%
Key (black)7.8%
Color previews
#eb7c1f text on a black background
contrast 7.44:1
Card sample
#eb7c1f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7c1f;
Background color
Panel with #eb7c1f background
background-color: #eb7c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7c1f; background: linear-gradient(135deg, #eb7c1f, #D2EB1F);