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