#a2b521
a dark, vivid yellow · cool · closest name: olivedrab
RGB
162, 181, 33
HSL
68°, 69%, 42%
CMYK
11, 0, 82, 29
Luminance
0.4084
Every format
| HEX | #a2b521 |
| RGB | rgb(162, 181, 33) |
| HSL | hsl(68, 69%, 42%) |
| CMYK | cmyk(11%, 0%, 82%, 29%) |
| LAB | lab(70.1 -24.2 65.8) |
| LCH | lch(70.1 70.2 110.2) |
| OKLCH | oklch(0.734 0.161 117.3) |
Copy-ready code
/* CSS */
color: #a2b521;
background-color: #a2b521;
/* Tailwind (arbitrary) */
class="text-[#a2b521] bg-[#a2b521]"
/* SCSS */
$brand: #a2b521;
/* SwiftUI */
Color(red: 0.635, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#a2b521")Accessibility — WCAG contrast
Aa
#a2b521 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b521 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green71.0%
Blue12.9%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#a2b521 text on a black background
contrast 9.17:1
Card sample
#a2b521 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b521;
Background color
Panel with #a2b521 background
background-color: #a2b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b521; background: linear-gradient(135deg, #a2b521, #3FB521);