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