#ae8651
a balanced, soft orange · warm · closest name: peru
RGB
174, 134, 81
HSL
34°, 37%, 50%
CMYK
0, 23, 53, 32
Luminance
0.2664
Every format
| HEX | #ae8651 |
| RGB | rgb(174, 134, 81) |
| HSL | hsl(34, 37%, 50%) |
| CMYK | cmyk(0%, 23%, 53%, 32%) |
| LAB | lab(58.6 8.8 34.2) |
| LCH | lch(58.6 35.3 75.5) |
| OKLCH | oklch(0.647 0.086 73.1) |
Copy-ready code
/* CSS */
color: #ae8651;
background-color: #ae8651;
/* Tailwind (arbitrary) */
class="text-[#ae8651] bg-[#ae8651]"
/* SCSS */
$brand: #ae8651;
/* SwiftUI */
Color(red: 0.682, green: 0.525, blue: 0.318)
/* Android */
Color.parseColor("#ae8651")Accessibility — WCAG contrast
Aa
#ae8651 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8651 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.5%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow53.4%
Key (black)31.8%
Color previews
#ae8651 text on a black background
contrast 6.33:1
Card sample
#ae8651 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8651;
Background color
Panel with #ae8651 background
background-color: #ae8651;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8651;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 134, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 134, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8651; background: linear-gradient(135deg, #ae8651, #98AE51);