#ac8d2f
a dark, vivid yellow · cool · closest name: olive
RGB
172, 141, 47
HSL
45°, 57%, 43%
CMYK
0, 18, 73, 33
Luminance
0.2803
Every format
| HEX | #ac8d2f |
| RGB | rgb(172, 141, 47) |
| HSL | hsl(45, 57%, 43%) |
| CMYK | cmyk(0%, 18%, 73%, 33%) |
| LAB | lab(59.9 1.7 52.0) |
| LCH | lch(59.9 52.1 88.2) |
| OKLCH | oklch(0.655 0.116 90.1) |
Copy-ready code
/* CSS */
color: #ac8d2f;
background-color: #ac8d2f;
/* Tailwind (arbitrary) */
class="text-[#ac8d2f] bg-[#ac8d2f]"
/* SCSS */
$brand: #ac8d2f;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.184)
/* Android */
Color.parseColor("#ac8d2f")Accessibility — WCAG contrast
Aa
#ac8d2f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8d2f on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow72.7%
Key (black)32.5%
Color previews
#ac8d2f text on a black background
contrast 6.61:1
Card sample
#ac8d2f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8d2f;
Background color
Panel with #ac8d2f background
background-color: #ac8d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8d2f; background: linear-gradient(135deg, #ac8d2f, #78AC2F);