#a8b921
a dark, vivid yellow · cool · closest name: olive
RGB
168, 185, 33
HSL
67°, 70%, 43%
CMYK
9, 0, 82, 28
Luminance
0.4313
Every format
| HEX | #a8b921 |
| RGB | rgb(168, 185, 33) |
| HSL | hsl(67, 70%, 43%) |
| CMYK | cmyk(9%, 0%, 82%, 28%) |
| LAB | lab(71.7 -23.6 67.4) |
| LCH | lch(71.7 71.4 109.3) |
| OKLCH | oklch(0.748 0.163 116.4) |
Copy-ready code
/* CSS */
color: #a8b921;
background-color: #a8b921;
/* Tailwind (arbitrary) */
class="text-[#a8b921] bg-[#a8b921]"
/* SCSS */
$brand: #a8b921;
/* SwiftUI */
Color(red: 0.659, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#a8b921")Accessibility — WCAG contrast
Aa
#a8b921 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8b921 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green72.5%
Blue12.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#a8b921 text on a black background
contrast 9.63:1
Card sample
#a8b921 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8b921;
Background color
Panel with #a8b921 background
background-color: #a8b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8b921; background: linear-gradient(135deg, #a8b921, #43B921);