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