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