#ac6321
a dark, vivid orange · warm · closest name: peru
RGB
172, 99, 33
HSL
29°, 68%, 40%
CMYK
0, 42, 81, 33
Luminance
0.1780
Every format
| HEX | #ac6321 |
| RGB | rgb(172, 99, 33) |
| HSL | hsl(29, 68%, 40%) |
| CMYK | cmyk(0%, 42%, 81%, 33%) |
| LAB | lab(49.3 24.5 47.6) |
| LCH | lch(49.3 53.5 62.7) |
| OKLCH | oklch(0.572 0.122 57.8) |
Copy-ready code
/* CSS */
color: #ac6321;
background-color: #ac6321;
/* Tailwind (arbitrary) */
class="text-[#ac6321] bg-[#ac6321]"
/* SCSS */
$brand: #ac6321;
/* SwiftUI */
Color(red: 0.675, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#ac6321")Accessibility — WCAG contrast
Aa
#ac6321 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac6321 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow80.8%
Key (black)32.5%
Color previews
#ac6321 text on a black background
contrast 4.56:1
Card sample
#ac6321 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6321;
Background color
Panel with #ac6321 background
background-color: #ac6321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6321; background: linear-gradient(135deg, #ac6321, #98AC21);