#a99421
a dark, vivid yellow · cool · closest name: olive
RGB
169, 148, 33
HSL
51°, 67%, 40%
CMYK
0, 12, 81, 34
Luminance
0.2972
Every format
| HEX | #a99421 |
| RGB | rgb(169, 148, 33) |
| HSL | hsl(51, 67%, 40%) |
| CMYK | cmyk(0%, 12%, 81%, 34%) |
| LAB | lab(61.4 -4.1 58.5) |
| LCH | lch(61.4 58.6 94.0) |
| OKLCH | oklch(0.666 0.128 98.1) |
Copy-ready code
/* CSS */
color: #a99421;
background-color: #a99421;
/* Tailwind (arbitrary) */
class="text-[#a99421] bg-[#a99421]"
/* SCSS */
$brand: #a99421;
/* SwiftUI */
Color(red: 0.663, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#a99421")Accessibility — WCAG contrast
Aa
#a99421 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a99421 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow80.5%
Key (black)33.7%
Color previews
#a99421 text on a black background
contrast 6.94:1
Card sample
#a99421 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99421;
Background color
Panel with #a99421 background
background-color: #a99421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99421; background: linear-gradient(135deg, #a99421, #63A921);