#ae6421
a dark, vivid orange · warm · closest name: peru
RGB
174, 100, 33
HSL
29°, 68%, 41%
CMYK
0, 43, 81, 32
Luminance
0.1822
Every format
| HEX | #ae6421 |
| RGB | rgb(174, 100, 33) |
| HSL | hsl(29, 68%, 41%) |
| CMYK | cmyk(0%, 43%, 81%, 32%) |
| LAB | lab(49.8 24.9 48.1) |
| LCH | lch(49.8 54.2 62.7) |
| OKLCH | oklch(0.576 0.123 57.8) |
Copy-ready code
/* CSS */
color: #ae6421;
background-color: #ae6421;
/* Tailwind (arbitrary) */
class="text-[#ae6421] bg-[#ae6421]"
/* SCSS */
$brand: #ae6421;
/* SwiftUI */
Color(red: 0.682, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#ae6421")Accessibility — WCAG contrast
Aa
#ae6421 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae6421 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow81.0%
Key (black)31.8%
Color previews
#ae6421 text on a black background
contrast 4.64:1
Card sample
#ae6421 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6421;
Background color
Panel with #ae6421 background
background-color: #ae6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6421; background: linear-gradient(135deg, #ae6421, #9AAE21);