#a0b621
a dark, vivid yellow · cool · closest name: olivedrab
RGB
160, 182, 33
HSL
69°, 69%, 42%
CMYK
12, 0, 82, 29
Luminance
0.4104
Every format
| HEX | #a0b621 |
| RGB | rgb(160, 182, 33) |
| HSL | hsl(69, 69%, 42%) |
| CMYK | cmyk(12%, 0%, 82%, 29%) |
| LAB | lab(70.2 -25.6 65.9) |
| LCH | lch(70.2 70.7 111.2) |
| OKLCH | oklch(0.734 0.163 118.4) |
Copy-ready code
/* CSS */
color: #a0b621;
background-color: #a0b621;
/* Tailwind (arbitrary) */
class="text-[#a0b621] bg-[#a0b621]"
/* SCSS */
$brand: #a0b621;
/* SwiftUI */
Color(red: 0.627, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#a0b621")Accessibility — WCAG contrast
Aa
#a0b621 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b621 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green71.4%
Blue12.9%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#a0b621 text on a black background
contrast 9.21:1
Card sample
#a0b621 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b621;
Background color
Panel with #a0b621 background
background-color: #a0b621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b621; background: linear-gradient(135deg, #a0b621, #3DB621);