#a7a725
a dark, vivid yellow · cool · closest name: olive
RGB
167, 167, 37
HSL
60°, 64%, 40%
CMYK
0, 0, 78, 35
Luminance
0.3599
Every format
| HEX | #a7a725 |
| RGB | rgb(167, 167, 37) |
| HSL | hsl(60, 64%, 40%) |
| CMYK | cmyk(0%, 0%, 78%, 35%) |
| LAB | lab(66.5 -14.9 61.7) |
| LCH | lch(66.5 63.5 103.5) |
| OKLCH | oklch(0.706 0.143 109.6) |
Copy-ready code
/* CSS */
color: #a7a725;
background-color: #a7a725;
/* Tailwind (arbitrary) */
class="text-[#a7a725] bg-[#a7a725]"
/* SCSS */
$brand: #a7a725;
/* SwiftUI */
Color(red: 0.655, green: 0.655, blue: 0.145)
/* Android */
Color.parseColor("#a7a725")Accessibility — WCAG contrast
Aa
#a7a725 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a725 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green65.5%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow77.8%
Key (black)34.5%
Color previews
#a7a725 text on a black background
contrast 8.20:1
Card sample
#a7a725 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a725;
Background color
Panel with #a7a725 background
background-color: #a7a725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 167, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 167, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a725; background: linear-gradient(135deg, #a7a725, #50A725);