#a98f13
a dark, electric yellow · cool · closest name: olive
RGB
169, 143, 19
HSL
50°, 80%, 37%
CMYK
0, 15, 89, 34
Luminance
0.2813
Every format
| HEX | #a98f13 |
| RGB | rgb(169, 143, 19) |
| HSL | hsl(50, 80%, 37%) |
| CMYK | cmyk(0%, 15%, 89%, 34%) |
| LAB | lab(60.0 -1.8 61.1) |
| LCH | lch(60.0 61.1 91.7) |
| OKLCH | oklch(0.655 0.130 95.5) |
Copy-ready code
/* CSS */
color: #a98f13;
background-color: #a98f13;
/* Tailwind (arbitrary) */
class="text-[#a98f13] bg-[#a98f13]"
/* SCSS */
$brand: #a98f13;
/* SwiftUI */
Color(red: 0.663, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#a98f13")Accessibility — WCAG contrast
Aa
#a98f13 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a98f13 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow88.8%
Key (black)33.7%
Color previews
#a98f13 text on a black background
contrast 6.63:1
Card sample
#a98f13 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98f13;
Background color
Panel with #a98f13 background
background-color: #a98f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98f13; background: linear-gradient(135deg, #a98f13, #5FA913);