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