#a7a700
a dark, electric yellow · cool · closest name: olive
RGB
167, 167, 0
HSL
60°, 100%, 33%
CMYK
0, 0, 100, 35
Luminance
0.3585
Every format
| HEX | #a7a700 |
| RGB | rgb(167, 167, 0) |
| HSL | hsl(60, 100%, 33%) |
| CMYK | cmyk(0%, 0%, 100%, 35%) |
| LAB | lab(66.4 -15.7 68.8) |
| LCH | lch(66.4 70.6 102.9) |
| OKLCH | oklch(0.705 0.154 109.8) |
Copy-ready code
/* CSS */
color: #a7a700;
background-color: #a7a700;
/* Tailwind (arbitrary) */
class="text-[#a7a700] bg-[#a7a700]"
/* SCSS */
$brand: #a7a700;
/* SwiftUI */
Color(red: 0.655, green: 0.655, blue: 0.000)
/* Android */
Color.parseColor("#a7a700")Accessibility — WCAG contrast
Aa
#a7a700 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a700 on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green65.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)34.5%
Color previews
#a7a700 text on a black background
contrast 8.17:1
Card sample
#a7a700 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a700;
Background color
Panel with #a7a700 background
background-color: #a7a700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 167, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 167, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a700; background: linear-gradient(135deg, #a7a700, #38A700);