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