#a8b521
a dark, vivid yellow · cool · closest name: olive
RGB
168, 181, 33
HSL
65°, 69%, 42%
CMYK
7, 0, 82, 29
Luminance
0.4148
Every format
| HEX | #a8b521 |
| RGB | rgb(168, 181, 33) |
| HSL | hsl(65, 69%, 42%) |
| CMYK | cmyk(7%, 0%, 82%, 29%) |
| LAB | lab(70.5 -21.7 66.4) |
| LCH | lch(70.5 69.9 108.1) |
| OKLCH | oklch(0.738 0.159 115.0) |
Copy-ready code
/* CSS */
color: #a8b521;
background-color: #a8b521;
/* Tailwind (arbitrary) */
class="text-[#a8b521] bg-[#a8b521]"
/* SCSS */
$brand: #a8b521;
/* SwiftUI */
Color(red: 0.659, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#a8b521")Accessibility — WCAG contrast
Aa
#a8b521 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8b521 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green71.0%
Blue12.9%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#a8b521 text on a black background
contrast 9.30:1
Card sample
#a8b521 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8b521;
Background color
Panel with #a8b521 background
background-color: #a8b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8b521; background: linear-gradient(135deg, #a8b521, #45B521);