#a8a843
a balanced, soft yellow · cool · closest name: olive
RGB
168, 168, 67
HSL
60°, 43%, 46%
CMYK
0, 0, 60, 34
Luminance
0.3674
Every format
| HEX | #a8a843 |
| RGB | rgb(168, 168, 67) |
| HSL | hsl(60, 43%, 46%) |
| CMYK | cmyk(0%, 0%, 60%, 34%) |
| LAB | lab(67.1 -13.3 50.8) |
| LCH | lch(67.1 52.5 104.7) |
| OKLCH | oklch(0.712 0.123 109.2) |
Copy-ready code
/* CSS */
color: #a8a843;
background-color: #a8a843;
/* Tailwind (arbitrary) */
class="text-[#a8a843] bg-[#a8a843]"
/* SCSS */
$brand: #a8a843;
/* SwiftUI */
Color(red: 0.659, green: 0.659, blue: 0.263)
/* Android */
Color.parseColor("#a8a843")Accessibility — WCAG contrast
Aa
#a8a843 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8a843 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green65.9%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow60.1%
Key (black)34.1%
Color previews
#a8a843 text on a black background
contrast 8.35:1
Card sample
#a8a843 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8a843;
Background color
Panel with #a8a843 background
background-color: #a8a843;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8a843;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 168, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 168, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8a843; background: linear-gradient(135deg, #a8a843, #65A843);