#a39400
a dark, electric yellow · cool · closest name: olive
RGB
163, 148, 0
HSL
55°, 100%, 32%
CMYK
0, 9, 100, 36
Luminance
0.2897
Every format
| HEX | #a39400 |
| RGB | rgb(163, 148, 0) |
| HSL | hsl(55, 100%, 32%) |
| CMYK | cmyk(0%, 9%, 100%, 36%) |
| LAB | lab(60.8 -7.5 64.5) |
| LCH | lch(60.8 65.0 96.7) |
| OKLCH | oklch(0.659 0.138 102.2) |
Copy-ready code
/* CSS */
color: #a39400;
background-color: #a39400;
/* Tailwind (arbitrary) */
class="text-[#a39400] bg-[#a39400]"
/* SCSS */
$brand: #a39400;
/* SwiftUI */
Color(red: 0.639, green: 0.580, blue: 0.000)
/* Android */
Color.parseColor("#a39400")Accessibility — WCAG contrast
Aa
#a39400 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a39400 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green58.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow100.0%
Key (black)36.1%
Color previews
#a39400 text on a black background
contrast 6.79:1
Card sample
#a39400 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39400;
Background color
Panel with #a39400 background
background-color: #a39400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 148, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 148, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39400; background: linear-gradient(135deg, #a39400, #45A300);