#ac7421
a dark, vivid orange · warm · closest name: peru
RGB
172, 116, 33
HSL
36°, 68%, 40%
CMYK
0, 33, 81, 33
Luminance
0.2137
Every format
| HEX | #ac7421 |
| RGB | rgb(172, 116, 33) |
| HSL | hsl(36, 68%, 40%) |
| CMYK | cmyk(0%, 33%, 81%, 33%) |
| LAB | lab(53.4 15.0 51.3) |
| LCH | lch(53.4 53.5 73.7) |
| OKLCH | oklch(0.603 0.117 71.7) |
Copy-ready code
/* CSS */
color: #ac7421;
background-color: #ac7421;
/* Tailwind (arbitrary) */
class="text-[#ac7421] bg-[#ac7421]"
/* SCSS */
$brand: #ac7421;
/* SwiftUI */
Color(red: 0.675, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#ac7421")Accessibility — WCAG contrast
Aa
#ac7421 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7421 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow80.8%
Key (black)32.5%
Color previews
#ac7421 text on a black background
contrast 5.27:1
Card sample
#ac7421 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7421;
Background color
Panel with #ac7421 background
background-color: #ac7421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7421; background: linear-gradient(135deg, #ac7421, #87AC21);