#ac8f2d
a dark, vivid yellow · cool · closest name: olive
RGB
172, 143, 45
HSL
46°, 59%, 43%
CMYK
0, 17, 74, 33
Luminance
0.2861
Every format
| HEX | #ac8f2d |
| RGB | rgb(172, 143, 45) |
| HSL | hsl(46, 59%, 43%) |
| CMYK | cmyk(0%, 17%, 74%, 33%) |
| LAB | lab(60.4 0.5 53.4) |
| LCH | lch(60.4 53.4 89.5) |
| OKLCH | oklch(0.659 0.118 91.9) |
Copy-ready code
/* CSS */
color: #ac8f2d;
background-color: #ac8f2d;
/* Tailwind (arbitrary) */
class="text-[#ac8f2d] bg-[#ac8f2d]"
/* SCSS */
$brand: #ac8f2d;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 0.176)
/* Android */
Color.parseColor("#ac8f2d")Accessibility — WCAG contrast
Aa
#ac8f2d on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac8f2d on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow73.8%
Key (black)32.5%
Color previews
#ac8f2d text on a black background
contrast 6.72:1
Card sample
#ac8f2d text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8f2d;
Background color
Panel with #ac8f2d background
background-color: #ac8f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8f2d; background: linear-gradient(135deg, #ac8f2d, #74AC2D);