#ae6d2c
a dark, vivid orange · warm · closest name: peru
RGB
174, 109, 44
HSL
30°, 60%, 43%
CMYK
0, 37, 75, 32
Luminance
0.2012
Every format
| HEX | #ae6d2c |
| RGB | rgb(174, 109, 44) |
| HSL | hsl(30, 60%, 43%) |
| CMYK | cmyk(0%, 37%, 75%, 32%) |
| LAB | lab(52.0 20.3 45.4) |
| LCH | lch(52.0 49.7 65.9) |
| OKLCH | oklch(0.594 0.114 62.0) |
Copy-ready code
/* CSS */
color: #ae6d2c;
background-color: #ae6d2c;
/* Tailwind (arbitrary) */
class="text-[#ae6d2c] bg-[#ae6d2c]"
/* SCSS */
$brand: #ae6d2c;
/* SwiftUI */
Color(red: 0.682, green: 0.427, blue: 0.173)
/* Android */
Color.parseColor("#ae6d2c")Accessibility — WCAG contrast
Aa
#ae6d2c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6d2c on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow74.7%
Key (black)31.8%
Color previews
#ae6d2c text on a black background
contrast 5.02:1
Card sample
#ae6d2c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6d2c;
Background color
Panel with #ae6d2c background
background-color: #ae6d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 109, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 109, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6d2c; background: linear-gradient(135deg, #ae6d2c, #98AE2C);