#ac7021
a dark, vivid orange · warm · closest name: peru
RGB
172, 112, 33
HSL
34°, 68%, 40%
CMYK
0, 35, 81, 33
Luminance
0.2047
Every format
| HEX | #ac7021 |
| RGB | rgb(172, 112, 33) |
| HSL | hsl(34, 68%, 40%) |
| CMYK | cmyk(0%, 35%, 81%, 33%) |
| LAB | lab(52.4 17.3 50.4) |
| LCH | lch(52.4 53.3 71.1) |
| OKLCH | oklch(0.596 0.117 68.4) |
Copy-ready code
/* CSS */
color: #ac7021;
background-color: #ac7021;
/* Tailwind (arbitrary) */
class="text-[#ac7021] bg-[#ac7021]"
/* SCSS */
$brand: #ac7021;
/* SwiftUI */
Color(red: 0.675, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#ac7021")Accessibility — WCAG contrast
Aa
#ac7021 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7021 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow80.8%
Key (black)32.5%
Color previews
#ac7021 text on a black background
contrast 5.09:1
Card sample
#ac7021 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7021;
Background color
Panel with #ac7021 background
background-color: #ac7021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7021; background: linear-gradient(135deg, #ac7021, #8BAC21);