#ac7331
a dark, vivid orange · warm · closest name: peru
RGB
172, 115, 49
HSL
32°, 56%, 43%
CMYK
0, 33, 72, 33
Luminance
0.2125
Every format
| HEX | #ac7331 |
| RGB | rgb(172, 115, 49) |
| HSL | hsl(32, 56%, 43%) |
| CMYK | cmyk(0%, 33%, 72%, 33%) |
| LAB | lab(53.2 16.3 44.3) |
| LCH | lch(53.2 47.2 69.8) |
| OKLCH | oklch(0.603 0.108 66.8) |
Copy-ready code
/* CSS */
color: #ac7331;
background-color: #ac7331;
/* Tailwind (arbitrary) */
class="text-[#ac7331] bg-[#ac7331]"
/* SCSS */
$brand: #ac7331;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#ac7331")Accessibility — WCAG contrast
Aa
#ac7331 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7331 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow71.5%
Key (black)32.5%
Color previews
#ac7331 text on a black background
contrast 5.25:1
Card sample
#ac7331 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7331;
Background color
Panel with #ac7331 background
background-color: #ac7331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7331; background: linear-gradient(135deg, #ac7331, #93AC31);