#a88310
a dark, electric yellow · cool · closest name: olive
RGB
168, 131, 16
HSL
45°, 83%, 36%
CMYK
0, 22, 91, 34
Luminance
0.2459
Every format
| HEX | #a88310 |
| RGB | rgb(168, 131, 16) |
| HSL | hsl(45, 83%, 36%) |
| CMYK | cmyk(0%, 22%, 91%, 34%) |
| LAB | lab(56.7 4.3 59.1) |
| LCH | lch(56.7 59.2 85.8) |
| OKLCH | oklch(0.628 0.125 87.9) |
Copy-ready code
/* CSS */
color: #a88310;
background-color: #a88310;
/* Tailwind (arbitrary) */
class="text-[#a88310] bg-[#a88310]"
/* SCSS */
$brand: #a88310;
/* SwiftUI */
Color(red: 0.659, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#a88310")Accessibility — WCAG contrast
Aa
#a88310 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88310 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow90.5%
Key (black)34.1%
Color previews
#a88310 text on a black background
contrast 5.92:1
Card sample
#a88310 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88310;
Background color
Panel with #a88310 background
background-color: #a88310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88310; background: linear-gradient(135deg, #a88310, #68A810);