#a88a00
a dark, electric yellow · cool · closest name: olive
RGB
168, 138, 0
HSL
49°, 100%, 33%
CMYK
0, 18, 100, 34
Luminance
0.2650
Every format
| HEX | #a88a00 |
| RGB | rgb(168, 138, 0) |
| HSL | hsl(49, 100%, 33%) |
| CMYK | cmyk(0%, 18%, 100%, 34%) |
| LAB | lab(58.5 0.2 63.2) |
| LCH | lch(58.5 63.2 89.8) |
| OKLCH | oklch(0.642 0.132 93.4) |
Copy-ready code
/* CSS */
color: #a88a00;
background-color: #a88a00;
/* Tailwind (arbitrary) */
class="text-[#a88a00] bg-[#a88a00]"
/* SCSS */
$brand: #a88a00;
/* SwiftUI */
Color(red: 0.659, green: 0.541, blue: 0.000)
/* Android */
Color.parseColor("#a88a00")Accessibility — WCAG contrast
Aa
#a88a00 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88a00 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green54.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow100.0%
Key (black)34.1%
Color previews
#a88a00 text on a black background
contrast 6.30:1
Card sample
#a88a00 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88a00;
Background color
Panel with #a88a00 background
background-color: #a88a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 138, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 138, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88a00; background: linear-gradient(135deg, #a88a00, #56A800);