#a8a838
a dark, vivid yellow · cool · closest name: olive
RGB
168, 168, 56
HSL
60°, 50%, 44%
CMYK
0, 0, 67, 34
Luminance
0.3662
Every format
| HEX | #a8a838 |
| RGB | rgb(168, 168, 56) |
| HSL | hsl(60, 50%, 44%) |
| CMYK | cmyk(0%, 0%, 67%, 34%) |
| LAB | lab(67.0 -14.0 55.4) |
| LCH | lch(67.0 57.1 104.2) |
| OKLCH | oklch(0.711 0.132 109.3) |
Copy-ready code
/* CSS */
color: #a8a838;
background-color: #a8a838;
/* Tailwind (arbitrary) */
class="text-[#a8a838] bg-[#a8a838]"
/* SCSS */
$brand: #a8a838;
/* SwiftUI */
Color(red: 0.659, green: 0.659, blue: 0.220)
/* Android */
Color.parseColor("#a8a838")Accessibility — WCAG contrast
Aa
#a8a838 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8a838 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green65.9%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow66.7%
Key (black)34.1%
Color previews
#a8a838 text on a black background
contrast 8.32:1
Card sample
#a8a838 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8a838;
Background color
Panel with #a8a838 background
background-color: #a8a838;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8a838;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 168, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 168, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8a838; background: linear-gradient(135deg, #a8a838, #5DA838);