#ad9821
a dark, vivid yellow · cool · closest name: olive
RGB
173, 152, 33
HSL
51°, 68%, 40%
CMYK
0, 12, 81, 32
Luminance
0.3145
Every format
| HEX | #ad9821 |
| RGB | rgb(173, 152, 33) |
| HSL | hsl(51, 68%, 40%) |
| CMYK | cmyk(0%, 12%, 81%, 32%) |
| LAB | lab(62.9 -4.4 59.9) |
| LCH | lch(62.9 60.1 94.2) |
| OKLCH | oklch(0.679 0.131 98.4) |
Copy-ready code
/* CSS */
color: #ad9821;
background-color: #ad9821;
/* Tailwind (arbitrary) */
class="text-[#ad9821] bg-[#ad9821]"
/* SCSS */
$brand: #ad9821;
/* SwiftUI */
Color(red: 0.678, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#ad9821")Accessibility — WCAG contrast
Aa
#ad9821 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9821 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green59.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow80.9%
Key (black)32.2%
Color previews
#ad9821 text on a black background
contrast 7.29:1
Card sample
#ad9821 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9821;
Background color
Panel with #ad9821 background
background-color: #ad9821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9821; background: linear-gradient(135deg, #ad9821, #65AD21);