#e4af6c
a light, vivid orange · warm · closest name: peru
RGB
228, 175, 108
HSL
34°, 69%, 66%
CMYK
0, 23, 53, 11
Luminance
0.4824
Every format
| HEX | #e4af6c |
| RGB | rgb(228, 175, 108) |
| HSL | hsl(34, 69%, 66%) |
| CMYK | cmyk(0%, 23%, 53%, 11%) |
| LAB | lab(75.0 11.6 41.6) |
| LCH | lch(75.0 43.1 74.4) |
| OKLCH | oklch(0.789 0.105 71.8) |
Copy-ready code
/* CSS */
color: #e4af6c;
background-color: #e4af6c;
/* Tailwind (arbitrary) */
class="text-[#e4af6c] bg-[#e4af6c]"
/* SCSS */
$brand: #e4af6c;
/* SwiftUI */
Color(red: 0.894, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#e4af6c")Accessibility — WCAG contrast
Aa
#e4af6c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4af6c on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow52.6%
Key (black)10.6%
Color previews
#e4af6c text on a black background
contrast 10.65:1
Card sample
#e4af6c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4af6c;
Background color
Panel with #e4af6c background
background-color: #e4af6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4af6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4af6c; background: linear-gradient(135deg, #e4af6c, #C9E46C);