#a7a730
a dark, vivid yellow · cool · closest name: olive
RGB
167, 167, 48
HSL
60°, 55%, 42%
CMYK
0, 0, 71, 35
Luminance
0.3607
Every format
| HEX | #a7a730 |
| RGB | rgb(167, 167, 48) |
| HSL | hsl(60, 55%, 42%) |
| CMYK | cmyk(0%, 0%, 71%, 35%) |
| LAB | lab(66.6 -14.4 58.0) |
| LCH | lch(66.6 59.8 103.9) |
| OKLCH | oklch(0.707 0.137 109.4) |
Copy-ready code
/* CSS */
color: #a7a730;
background-color: #a7a730;
/* Tailwind (arbitrary) */
class="text-[#a7a730] bg-[#a7a730]"
/* SCSS */
$brand: #a7a730;
/* SwiftUI */
Color(red: 0.655, green: 0.655, blue: 0.188)
/* Android */
Color.parseColor("#a7a730")Accessibility — WCAG contrast
Aa
#a7a730 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a730 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green65.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.3%
Key (black)34.5%
Color previews
#a7a730 text on a black background
contrast 8.21:1
Card sample
#a7a730 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a730;
Background color
Panel with #a7a730 background
background-color: #a7a730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 167, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 167, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a730; background: linear-gradient(135deg, #a7a730, #58A730);