#ac7c49
a balanced, soft orange · warm · closest name: peru
RGB
172, 124, 73
HSL
31°, 40%, 48%
CMYK
0, 28, 58, 33
Luminance
0.2367
Every format
| HEX | #ac7c49 |
| RGB | rgb(172, 124, 73) |
| HSL | hsl(31, 40%, 48%) |
| CMYK | cmyk(0%, 28%, 58%, 33%) |
| LAB | lab(55.8 12.9 34.9) |
| LCH | lch(55.8 37.2 69.7) |
| OKLCH | oklch(0.623 0.090 66.5) |
Copy-ready code
/* CSS */
color: #ac7c49;
background-color: #ac7c49;
/* Tailwind (arbitrary) */
class="text-[#ac7c49] bg-[#ac7c49]"
/* SCSS */
$brand: #ac7c49;
/* SwiftUI */
Color(red: 0.675, green: 0.486, blue: 0.286)
/* Android */
Color.parseColor("#ac7c49")Accessibility — WCAG contrast
Aa
#ac7c49 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7c49 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green48.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow57.6%
Key (black)32.5%
Color previews
#ac7c49 text on a black background
contrast 5.73:1
Card sample
#ac7c49 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7c49;
Background color
Panel with #ac7c49 background
background-color: #ac7c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 124, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 124, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7c49; background: linear-gradient(135deg, #ac7c49, #9AAC49);