#ac8b2f
a dark, vivid yellow · warm · closest name: olive
RGB
172, 139, 47
HSL
44°, 57%, 43%
CMYK
0, 19, 73, 33
Luminance
0.2744
Every format
| HEX | #ac8b2f |
| RGB | rgb(172, 139, 47) |
| HSL | hsl(44, 57%, 43%) |
| CMYK | cmyk(0%, 19%, 73%, 33%) |
| LAB | lab(59.4 2.8 51.5) |
| LCH | lch(59.4 51.6 86.9) |
| OKLCH | oklch(0.651 0.115 88.5) |
Copy-ready code
/* CSS */
color: #ac8b2f;
background-color: #ac8b2f;
/* Tailwind (arbitrary) */
class="text-[#ac8b2f] bg-[#ac8b2f]"
/* SCSS */
$brand: #ac8b2f;
/* SwiftUI */
Color(red: 0.675, green: 0.545, blue: 0.184)
/* Android */
Color.parseColor("#ac8b2f")Accessibility — WCAG contrast
Aa
#ac8b2f on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8b2f on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow72.7%
Key (black)32.5%
Color previews
#ac8b2f text on a black background
contrast 6.49:1
Card sample
#ac8b2f text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8b2f;
Background color
Panel with #ac8b2f background
background-color: #ac8b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 139, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 139, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8b2f; background: linear-gradient(135deg, #ac8b2f, #79AC2F);