#eb971f
a balanced, electric orange · warm · closest name: orange
RGB
235, 151, 31
HSL
35°, 84%, 52%
CMYK
0, 36, 87, 8
Luminance
0.3989
Every format
| HEX | #eb971f |
| RGB | rgb(235, 151, 31) |
| HSL | hsl(35, 84%, 52%) |
| CMYK | cmyk(0%, 36%, 87%, 8%) |
| LAB | lab(69.4 23.3 68.7) |
| LCH | lch(69.4 72.5 71.3) |
| OKLCH | oklch(0.745 0.155 68.4) |
Copy-ready code
/* CSS */
color: #eb971f;
background-color: #eb971f;
/* Tailwind (arbitrary) */
class="text-[#eb971f] bg-[#eb971f]"
/* SCSS */
$brand: #eb971f;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.122)
/* Android */
Color.parseColor("#eb971f")Accessibility — WCAG contrast
Aa
#eb971f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb971f on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow86.8%
Key (black)7.8%
Color previews
#eb971f text on a black background
contrast 8.98:1
Card sample
#eb971f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb971f;
Background color
Panel with #eb971f background
background-color: #eb971f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb971f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb971f; background: linear-gradient(135deg, #eb971f, #B7EB1F);