#ac9c39
a dark, vivid yellow · cool · closest name: olive
RGB
172, 156, 57
HSL
52°, 50%, 45%
CMYK
0, 9, 67, 33
Luminance
0.3284
Every format
| HEX | #ac9c39 |
| RGB | rgb(172, 156, 57) |
| HSL | hsl(52, 50%, 45%) |
| CMYK | cmyk(0%, 9%, 67%, 33%) |
| LAB | lab(64.0 -5.9 52.0) |
| LCH | lch(64.0 52.4 96.5) |
| OKLCH | oklch(0.688 0.119 100.0) |
Copy-ready code
/* CSS */
color: #ac9c39;
background-color: #ac9c39;
/* Tailwind (arbitrary) */
class="text-[#ac9c39] bg-[#ac9c39]"
/* SCSS */
$brand: #ac9c39;
/* SwiftUI */
Color(red: 0.675, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#ac9c39")Accessibility — WCAG contrast
Aa
#ac9c39 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9c39 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green61.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow66.9%
Key (black)32.5%
Color previews
#ac9c39 text on a black background
contrast 7.57:1
Card sample
#ac9c39 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9c39;
Background color
Panel with #ac9c39 background
background-color: #ac9c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9c39; background: linear-gradient(135deg, #ac9c39, #6FAC39);