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