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