#e7ac4b
a balanced, electric orange · warm · closest name: peru
RGB
231, 172, 75
HSL
37°, 77%, 60%
CMYK
0, 26, 68, 9
Luminance
0.4700
Every format
| HEX | #e7ac4b |
| RGB | rgb(231, 172, 75) |
| HSL | hsl(37, 77%, 60%) |
| CMYK | cmyk(0%, 26%, 68%, 9%) |
| LAB | lab(74.2 12.1 56.6) |
| LCH | lch(74.2 57.9 77.9) |
| OKLCH | oklch(0.782 0.132 77.0) |
Copy-ready code
/* CSS */
color: #e7ac4b;
background-color: #e7ac4b;
/* Tailwind (arbitrary) */
class="text-[#e7ac4b] bg-[#e7ac4b]"
/* SCSS */
$brand: #e7ac4b;
/* SwiftUI */
Color(red: 0.906, green: 0.675, blue: 0.294)
/* Android */
Color.parseColor("#e7ac4b")Accessibility — WCAG contrast
Aa
#e7ac4b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ac4b on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green67.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow67.5%
Key (black)9.4%
Color previews
#e7ac4b text on a black background
contrast 10.40:1
Card sample
#e7ac4b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ac4b;
Background color
Panel with #e7ac4b background
background-color: #e7ac4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ac4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 172, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 172, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ac4b; background: linear-gradient(135deg, #e7ac4b, #BAE74B);