#ac7f2f
a dark, vivid orange · warm · closest name: peru
RGB
172, 127, 47
HSL
38°, 57%, 43%
CMYK
0, 26, 73, 33
Luminance
0.2415
Every format
| HEX | #ac7f2f |
| RGB | rgb(172, 127, 47) |
| HSL | hsl(38, 57%, 43%) |
| CMYK | cmyk(0%, 26%, 73%, 33%) |
| LAB | lab(56.2 9.5 48.3) |
| LCH | lch(56.2 49.3 78.9) |
| OKLCH | oklch(0.626 0.110 78.3) |
Copy-ready code
/* CSS */
color: #ac7f2f;
background-color: #ac7f2f;
/* Tailwind (arbitrary) */
class="text-[#ac7f2f] bg-[#ac7f2f]"
/* SCSS */
$brand: #ac7f2f;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#ac7f2f")Accessibility — WCAG contrast
Aa
#ac7f2f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7f2f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow72.7%
Key (black)32.5%
Color previews
#ac7f2f text on a black background
contrast 5.83:1
Card sample
#ac7f2f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7f2f;
Background color
Panel with #ac7f2f background
background-color: #ac7f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7f2f; background: linear-gradient(135deg, #ac7f2f, #86AC2F);