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