#a2b921
a dark, vivid yellow · cool · closest name: olivedrab
RGB
162, 185, 33
HSL
69°, 70%, 43%
CMYK
12, 0, 82, 28
Luminance
0.4249
Every format
| HEX | #a2b921 |
| RGB | rgb(162, 185, 33) |
| HSL | hsl(69, 70%, 43%) |
| CMYK | cmyk(12%, 0%, 82%, 28%) |
| LAB | lab(71.2 -26.2 66.8) |
| LCH | lch(71.2 71.8 111.4) |
| OKLCH | oklch(0.743 0.165 118.6) |
Copy-ready code
/* CSS */
color: #a2b921;
background-color: #a2b921;
/* Tailwind (arbitrary) */
class="text-[#a2b921] bg-[#a2b921]"
/* SCSS */
$brand: #a2b921;
/* SwiftUI */
Color(red: 0.635, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#a2b921")Accessibility — WCAG contrast
Aa
#a2b921 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b921 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green72.5%
Blue12.9%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#a2b921 text on a black background
contrast 9.50:1
Card sample
#a2b921 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b921;
Background color
Panel with #a2b921 background
background-color: #a2b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b921; background: linear-gradient(135deg, #a2b921, #3DB921);