#eb973f
a balanced, electric orange · warm · closest name: peru
RGB
235, 151, 63
HSL
31°, 81%, 58%
CMYK
0, 36, 73, 8
Luminance
0.4015
Every format
| HEX | #eb973f |
| RGB | rgb(235, 151, 63) |
| HSL | hsl(31, 81%, 58%) |
| CMYK | cmyk(0%, 36%, 73%, 8%) |
| LAB | lab(69.6 24.3 57.3) |
| LCH | lch(69.6 62.2 67.0) |
| OKLCH | oklch(0.747 0.142 63.4) |
Copy-ready code
/* CSS */
color: #eb973f;
background-color: #eb973f;
/* Tailwind (arbitrary) */
class="text-[#eb973f] bg-[#eb973f]"
/* SCSS */
$brand: #eb973f;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.247)
/* Android */
Color.parseColor("#eb973f")Accessibility — WCAG contrast
Aa
#eb973f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb973f on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow73.2%
Key (black)7.8%
Color previews
#eb973f text on a black background
contrast 9.03:1
Card sample
#eb973f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb973f;
Background color
Panel with #eb973f background
background-color: #eb973f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb973f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb973f; background: linear-gradient(135deg, #eb973f, #CCEB3F);