#a7af21
a dark, vivid yellow · cool · closest name: olive
RGB
167, 175, 33
HSL
63°, 68%, 41%
CMYK
5, 0, 81, 31
Luminance
0.3899
Every format
| HEX | #a7af21 |
| RGB | rgb(167, 175, 33) |
| HSL | hsl(63, 68%, 41%) |
| CMYK | cmyk(5%, 0%, 81%, 31%) |
| LAB | lab(68.7 -19.1 64.8) |
| LCH | lch(68.7 67.6 106.4) |
| OKLCH | oklch(0.724 0.153 113.1) |
Copy-ready code
/* CSS */
color: #a7af21;
background-color: #a7af21;
/* Tailwind (arbitrary) */
class="text-[#a7af21] bg-[#a7af21]"
/* SCSS */
$brand: #a7af21;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#a7af21")Accessibility — WCAG contrast
Aa
#a7af21 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7af21 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue12.9%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#a7af21 text on a black background
contrast 8.80:1
Card sample
#a7af21 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7af21;
Background color
Panel with #a7af21 background
background-color: #a7af21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7af21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7af21; background: linear-gradient(135deg, #a7af21, #48AF21);