#ae855b
a balanced, soft orange · warm · closest name: tan
RGB
174, 133, 91
HSL
30°, 34%, 52%
CMYK
0, 24, 48, 32
Luminance
0.2653
Every format
| HEX | #ae855b |
| RGB | rgb(174, 133, 91) |
| HSL | hsl(30, 34%, 52%) |
| CMYK | cmyk(0%, 24%, 48%, 32%) |
| LAB | lab(58.5 10.3 28.6) |
| LCH | lch(58.5 30.5 70.1) |
| OKLCH | oklch(0.646 0.076 66.5) |
Copy-ready code
/* CSS */
color: #ae855b;
background-color: #ae855b;
/* Tailwind (arbitrary) */
class="text-[#ae855b] bg-[#ae855b]"
/* SCSS */
$brand: #ae855b;
/* SwiftUI */
Color(red: 0.682, green: 0.522, blue: 0.357)
/* Android */
Color.parseColor("#ae855b")Accessibility — WCAG contrast
Aa
#ae855b on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae855b on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow47.7%
Key (black)31.8%
Color previews
#ae855b text on a black background
contrast 6.31:1
Card sample
#ae855b text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae855b;
Background color
Panel with #ae855b background
background-color: #ae855b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae855b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 133, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 133, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae855b; background: linear-gradient(135deg, #ae855b, #A0AE5B);