#ac8d49
a balanced, soft yellow · warm · closest name: peru
RGB
172, 141, 73
HSL
41°, 40%, 48%
CMYK
0, 18, 58, 33
Luminance
0.2830
Every format
| HEX | #ac8d49 |
| RGB | rgb(172, 141, 73) |
| HSL | hsl(41, 40%, 48%) |
| CMYK | cmyk(0%, 18%, 58%, 33%) |
| LAB | lab(60.2 3.4 40.2) |
| LCH | lch(60.2 40.3 85.2) |
| OKLCH | oklch(0.658 0.095 85.2) |
Copy-ready code
/* CSS */
color: #ac8d49;
background-color: #ac8d49;
/* Tailwind (arbitrary) */
class="text-[#ac8d49] bg-[#ac8d49]"
/* SCSS */
$brand: #ac8d49;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.286)
/* Android */
Color.parseColor("#ac8d49")Accessibility — WCAG contrast
Aa
#ac8d49 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8d49 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow57.6%
Key (black)32.5%
Color previews
#ac8d49 text on a black background
contrast 6.66:1
Card sample
#ac8d49 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8d49;
Background color
Panel with #ac8d49 background
background-color: #ac8d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8d49; background: linear-gradient(135deg, #ac8d49, #89AC49);