#ac7b2c
a dark, vivid orange · warm · closest name: peru
RGB
172, 123, 44
HSL
37°, 59%, 42%
CMYK
0, 29, 74, 33
Luminance
0.2312
Every format
| HEX | #ac7b2c |
| RGB | rgb(172, 123, 44) |
| HSL | hsl(37, 59%, 42%) |
| CMYK | cmyk(0%, 29%, 74%, 33%) |
| LAB | lab(55.2 11.6 48.6) |
| LCH | lch(55.2 50.0 76.6) |
| OKLCH | oklch(0.618 0.111 75.5) |
Copy-ready code
/* CSS */
color: #ac7b2c;
background-color: #ac7b2c;
/* Tailwind (arbitrary) */
class="text-[#ac7b2c] bg-[#ac7b2c]"
/* SCSS */
$brand: #ac7b2c;
/* SwiftUI */
Color(red: 0.675, green: 0.482, blue: 0.173)
/* Android */
Color.parseColor("#ac7b2c")Accessibility — WCAG contrast
Aa
#ac7b2c on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7b2c on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green48.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow74.4%
Key (black)32.5%
Color previews
#ac7b2c text on a black background
contrast 5.62:1
Card sample
#ac7b2c text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7b2c;
Background color
Panel with #ac7b2c background
background-color: #ac7b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 123, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 123, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7b2c; background: linear-gradient(135deg, #ac7b2c, #88AC2C);