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