#ac8f4f
a balanced, soft yellow · warm · closest name: tan
RGB
172, 143, 79
HSL
41°, 37%, 49%
CMYK
0, 17, 54, 33
Luminance
0.2898
Every format
| HEX | #ac8f4f |
| RGB | rgb(172, 143, 79) |
| HSL | hsl(41, 37%, 49%) |
| CMYK | cmyk(0%, 17%, 54%, 33%) |
| LAB | lab(60.8 2.8 37.8) |
| LCH | lch(60.8 37.9 85.8) |
| OKLCH | oklch(0.663 0.090 85.5) |
Copy-ready code
/* CSS */
color: #ac8f4f;
background-color: #ac8f4f;
/* Tailwind (arbitrary) */
class="text-[#ac8f4f] bg-[#ac8f4f]"
/* SCSS */
$brand: #ac8f4f;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 0.310)
/* Android */
Color.parseColor("#ac8f4f")Accessibility — WCAG contrast
Aa
#ac8f4f on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8f4f on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow54.1%
Key (black)32.5%
Color previews
#ac8f4f text on a black background
contrast 6.80:1
Card sample
#ac8f4f text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8f4f;
Background color
Panel with #ac8f4f background
background-color: #ac8f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8f4f; background: linear-gradient(135deg, #ac8f4f, #8BAC4F);