#a2b721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
162, 183, 33
HSL
68°, 69%, 42%
CMYK
12, 0, 82, 28
Luminance
0.4166
Every format
| HEX | #a2b721 |
| RGB | rgb(162, 183, 33) |
| HSL | hsl(68, 69%, 42%) |
| CMYK | cmyk(12%, 0%, 82%, 28%) |
| LAB | lab(70.6 -25.2 66.3) |
| LCH | lch(70.6 71.0 110.8) |
| OKLCH | oklch(0.738 0.163 117.9) |
Copy-ready code
/* CSS */
color: #a2b721;
background-color: #a2b721;
/* Tailwind (arbitrary) */
class="text-[#a2b721] bg-[#a2b721]"
/* SCSS */
$brand: #a2b721;
/* SwiftUI */
Color(red: 0.635, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#a2b721")Accessibility — WCAG contrast
Aa
#a2b721 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b721 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green71.8%
Blue12.9%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#a2b721 text on a black background
contrast 9.33:1
Card sample
#a2b721 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b721;
Background color
Panel with #a2b721 background
background-color: #a2b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b721; background: linear-gradient(135deg, #a2b721, #3EB721);