#eb932f
a balanced, electric orange · warm · closest name: peru
RGB
235, 147, 47
HSL
32°, 83%, 55%
CMYK
0, 37, 80, 8
Luminance
0.3873
Every format
| HEX | #eb932f |
| RGB | rgb(235, 147, 47) |
| HSL | hsl(32, 83%, 55%) |
| CMYK | cmyk(0%, 37%, 80%, 8%) |
| LAB | lab(68.6 25.8 62.8) |
| LCH | lch(68.6 67.9 67.6) |
| OKLCH | oklch(0.739 0.151 64.0) |
Copy-ready code
/* CSS */
color: #eb932f;
background-color: #eb932f;
/* Tailwind (arbitrary) */
class="text-[#eb932f] bg-[#eb932f]"
/* SCSS */
$brand: #eb932f;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.184)
/* Android */
Color.parseColor("#eb932f")Accessibility — WCAG contrast
Aa
#eb932f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb932f on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow80.0%
Key (black)7.8%
Color previews
#eb932f text on a black background
contrast 8.75:1
Card sample
#eb932f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb932f;
Background color
Panel with #eb932f background
background-color: #eb932f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb932f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb932f; background: linear-gradient(135deg, #eb932f, #C6EB2F);