#ac9721
a dark, vivid yellow · cool · closest name: olive
RGB
172, 151, 33
HSL
51°, 68%, 40%
CMYK
0, 12, 81, 33
Luminance
0.3101
Every format
| HEX | #ac9721 |
| RGB | rgb(172, 151, 33) |
| HSL | hsl(51, 68%, 40%) |
| CMYK | cmyk(0%, 12%, 81%, 33%) |
| LAB | lab(62.5 -4.3 59.6) |
| LCH | lch(62.5 59.7 94.2) |
| OKLCH | oklch(0.675 0.130 98.3) |
Copy-ready code
/* CSS */
color: #ac9721;
background-color: #ac9721;
/* Tailwind (arbitrary) */
class="text-[#ac9721] bg-[#ac9721]"
/* SCSS */
$brand: #ac9721;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#ac9721")Accessibility — WCAG contrast
Aa
#ac9721 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9721 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow80.8%
Key (black)32.5%
Color previews
#ac9721 text on a black background
contrast 7.20:1
Card sample
#ac9721 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9721;
Background color
Panel with #ac9721 background
background-color: #ac9721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9721; background: linear-gradient(135deg, #ac9721, #64AC21);