#e3af49
a balanced, vivid orange · warm · closest name: peru
RGB
227, 175, 73
HSL
40°, 73%, 59%
CMYK
0, 23, 68, 11
Luminance
0.4747
Every format
| HEX | #e3af49 |
| RGB | rgb(227, 175, 73) |
| HSL | hsl(40, 73%, 59%) |
| CMYK | cmyk(0%, 23%, 68%, 11%) |
| LAB | lab(74.5 8.7 57.7) |
| LCH | lch(74.5 58.4 81.4) |
| OKLCH | oklch(0.783 0.132 81.4) |
Copy-ready code
/* CSS */
color: #e3af49;
background-color: #e3af49;
/* Tailwind (arbitrary) */
class="text-[#e3af49] bg-[#e3af49]"
/* SCSS */
$brand: #e3af49;
/* SwiftUI */
Color(red: 0.890, green: 0.686, blue: 0.286)
/* Android */
Color.parseColor("#e3af49")Accessibility — WCAG contrast
Aa
#e3af49 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3af49 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green68.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow67.8%
Key (black)11.0%
Color previews
#e3af49 text on a black background
contrast 10.49:1
Card sample
#e3af49 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3af49;
Background color
Panel with #e3af49 background
background-color: #e3af49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3af49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 175, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 175, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3af49; background: linear-gradient(135deg, #e3af49, #B0E349);