#ac7d3f
a balanced, vivid orange · warm · closest name: peru
RGB
172, 125, 63
HSL
34°, 46%, 46%
CMYK
0, 27, 63, 33
Luminance
0.2380
Every format
| HEX | #ac7d3f |
| RGB | rgb(172, 125, 63) |
| HSL | hsl(34, 46%, 46%) |
| CMYK | cmyk(0%, 27%, 63%, 33%) |
| LAB | lab(55.9 11.6 40.3) |
| LCH | lch(55.9 41.9 74.0) |
| OKLCH | oklch(0.624 0.098 71.8) |
Copy-ready code
/* CSS */
color: #ac7d3f;
background-color: #ac7d3f;
/* Tailwind (arbitrary) */
class="text-[#ac7d3f] bg-[#ac7d3f]"
/* SCSS */
$brand: #ac7d3f;
/* SwiftUI */
Color(red: 0.675, green: 0.490, blue: 0.247)
/* Android */
Color.parseColor("#ac7d3f")Accessibility — WCAG contrast
Aa
#ac7d3f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7d3f on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow63.4%
Key (black)32.5%
Color previews
#ac7d3f text on a black background
contrast 5.76:1
Card sample
#ac7d3f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7d3f;
Background color
Panel with #ac7d3f background
background-color: #ac7d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 125, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 125, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7d3f; background: linear-gradient(135deg, #ac7d3f, #92AC3F);