#ae8570
a balanced, soft orange · warm · closest name: tan
RGB
174, 133, 112
HSL
20°, 28%, 56%
CMYK
0, 24, 36, 32
Luminance
0.2694
Every format
| HEX | #ae8570 |
| RGB | rgb(174, 133, 112) |
| HSL | hsl(20, 28%, 56%) |
| CMYK | cmyk(0%, 24%, 36%, 32%) |
| LAB | lab(58.9 12.8 17.4) |
| LCH | lch(58.9 21.6 53.7) |
| OKLCH | oklch(0.651 0.059 48.4) |
Copy-ready code
/* CSS */
color: #ae8570;
background-color: #ae8570;
/* Tailwind (arbitrary) */
class="text-[#ae8570] bg-[#ae8570]"
/* SCSS */
$brand: #ae8570;
/* SwiftUI */
Color(red: 0.682, green: 0.522, blue: 0.439)
/* Android */
Color.parseColor("#ae8570")Accessibility — WCAG contrast
Aa
#ae8570 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8570 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow35.6%
Key (black)31.8%
Color previews
#ae8570 text on a black background
contrast 6.39:1
Card sample
#ae8570 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8570;
Background color
Panel with #ae8570 background
background-color: #ae8570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 133, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 133, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8570; background: linear-gradient(135deg, #ae8570, #AEAE70);