#a7ba29
a dark, vivid yellow · cool · closest name: olivedrab
RGB
167, 186, 41
HSL
68°, 64%, 45%
CMYK
10, 0, 78, 27
Luminance
0.4349
Every format
| HEX | #a7ba29 |
| RGB | rgb(167, 186, 41) |
| HSL | hsl(68, 64%, 45%) |
| CMYK | cmyk(10%, 0%, 78%, 27%) |
| LAB | lab(71.9 -24.3 65.4) |
| LCH | lch(71.9 69.7 110.4) |
| OKLCH | oklch(0.749 0.161 117.2) |
Copy-ready code
/* CSS */
color: #a7ba29;
background-color: #a7ba29;
/* Tailwind (arbitrary) */
class="text-[#a7ba29] bg-[#a7ba29]"
/* SCSS */
$brand: #a7ba29;
/* SwiftUI */
Color(red: 0.655, green: 0.729, blue: 0.161)
/* Android */
Color.parseColor("#a7ba29")Accessibility — WCAG contrast
Aa
#a7ba29 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ba29 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green72.9%
Blue16.1%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow78.0%
Key (black)27.1%
Color previews
#a7ba29 text on a black background
contrast 9.70:1
Card sample
#a7ba29 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ba29;
Background color
Panel with #a7ba29 background
background-color: #a7ba29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ba29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 186, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 186, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ba29; background: linear-gradient(135deg, #a7ba29, #46BA29);