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