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