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