#e4af5f
a balanced, vivid orange · warm · closest name: peru
RGB
228, 175, 95
HSL
36°, 71%, 63%
CMYK
0, 23, 58, 11
Luminance
0.4798
Every format
| HEX | #e4af5f |
| RGB | rgb(228, 175, 95) |
| HSL | hsl(36, 71%, 63%) |
| CMYK | cmyk(0%, 23%, 58%, 11%) |
| LAB | lab(74.8 10.6 47.9) |
| LCH | lch(74.8 49.0 77.6) |
| OKLCH | oklch(0.787 0.116 76.0) |
Copy-ready code
/* CSS */
color: #e4af5f;
background-color: #e4af5f;
/* Tailwind (arbitrary) */
class="text-[#e4af5f] bg-[#e4af5f]"
/* SCSS */
$brand: #e4af5f;
/* SwiftUI */
Color(red: 0.894, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#e4af5f")Accessibility — WCAG contrast
Aa
#e4af5f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4af5f on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow58.3%
Key (black)10.6%
Color previews
#e4af5f text on a black background
contrast 10.60:1
Card sample
#e4af5f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4af5f;
Background color
Panel with #e4af5f background
background-color: #e4af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4af5f; background: linear-gradient(135deg, #e4af5f, #C0E45F);