#a99b21
a dark, vivid yellow · cool · closest name: olive
RGB
169, 155, 33
HSL
54°, 67%, 40%
CMYK
0, 8, 81, 34
Luminance
0.3199
Every format
| HEX | #a99b21 |
| RGB | rgb(169, 155, 33) |
| HSL | hsl(54, 67%, 40%) |
| CMYK | cmyk(0%, 8%, 81%, 34%) |
| LAB | lab(63.3 -7.8 60.2) |
| LCH | lch(63.3 60.7 97.4) |
| OKLCH | oklch(0.681 0.133 102.4) |
Copy-ready code
/* CSS */
color: #a99b21;
background-color: #a99b21;
/* Tailwind (arbitrary) */
class="text-[#a99b21] bg-[#a99b21]"
/* SCSS */
$brand: #a99b21;
/* SwiftUI */
Color(red: 0.663, green: 0.608, blue: 0.129)
/* Android */
Color.parseColor("#a99b21")Accessibility — WCAG contrast
Aa
#a99b21 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a99b21 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green60.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow80.5%
Key (black)33.7%
Color previews
#a99b21 text on a black background
contrast 7.40:1
Card sample
#a99b21 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99b21;
Background color
Panel with #a99b21 background
background-color: #a99b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 155, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 155, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99b21; background: linear-gradient(135deg, #a99b21, #5CA921);