#ac5021
a dark, vivid orange · warm · closest name: sienna
RGB
172, 80, 33
HSL
20°, 68%, 40%
CMYK
0, 54, 81, 33
Luminance
0.1462
Every format
| HEX | #ac5021 |
| RGB | rgb(172, 80, 33) |
| HSL | hsl(20, 68%, 40%) |
| CMYK | cmyk(0%, 54%, 81%, 33%) |
| LAB | lab(45.1 34.8 43.6) |
| LCH | lch(45.1 55.8 51.5) |
| OKLCH | oklch(0.540 0.134 44.7) |
Copy-ready code
/* CSS */
color: #ac5021;
background-color: #ac5021;
/* Tailwind (arbitrary) */
class="text-[#ac5021] bg-[#ac5021]"
/* SCSS */
$brand: #ac5021;
/* SwiftUI */
Color(red: 0.675, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#ac5021")Accessibility — WCAG contrast
Aa
#ac5021 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac5021 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow80.8%
Key (black)32.5%
Color previews
#ac5021 text on a black background
contrast 3.92:1
Card sample
#ac5021 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5021;
Background color
Panel with #ac5021 background
background-color: #ac5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5021; background: linear-gradient(135deg, #ac5021, #ABAC21);