#ae5021
a dark, vivid orange · warm · closest name: sienna
RGB
174, 80, 33
HSL
20°, 68%, 41%
CMYK
0, 54, 81, 32
Luminance
0.1485
Every format
| HEX | #ae5021 |
| RGB | rgb(174, 80, 33) |
| HSL | hsl(20, 68%, 41%) |
| CMYK | cmyk(0%, 54%, 81%, 32%) |
| LAB | lab(45.4 35.6 44.1) |
| LCH | lch(45.4 56.6 51.1) |
| OKLCH | oklch(0.543 0.136 44.2) |
Copy-ready code
/* CSS */
color: #ae5021;
background-color: #ae5021;
/* Tailwind (arbitrary) */
class="text-[#ae5021] bg-[#ae5021]"
/* SCSS */
$brand: #ae5021;
/* SwiftUI */
Color(red: 0.682, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#ae5021")Accessibility — WCAG contrast
Aa
#ae5021 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5021 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow81.0%
Key (black)31.8%
Color previews
#ae5021 text on a black background
contrast 3.97:1
Card sample
#ae5021 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5021;
Background color
Panel with #ae5021 background
background-color: #ae5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5021; background: linear-gradient(135deg, #ae5021, #AEAE21);