#a39300
a dark, electric yellow · cool · closest name: olive
RGB
163, 147, 0
HSL
54°, 100%, 32%
CMYK
0, 10, 100, 36
Luminance
0.2865
Every format
| HEX | #a39300 |
| RGB | rgb(163, 147, 0) |
| HSL | hsl(54, 100%, 32%) |
| CMYK | cmyk(0%, 10%, 100%, 36%) |
| LAB | lab(60.5 -7.0 64.4) |
| LCH | lch(60.5 64.7 96.2) |
| OKLCH | oklch(0.657 0.137 101.7) |
Copy-ready code
/* CSS */
color: #a39300;
background-color: #a39300;
/* Tailwind (arbitrary) */
class="text-[#a39300] bg-[#a39300]"
/* SCSS */
$brand: #a39300;
/* SwiftUI */
Color(red: 0.639, green: 0.576, blue: 0.000)
/* Android */
Color.parseColor("#a39300")Accessibility — WCAG contrast
Aa
#a39300 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a39300 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green57.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow100.0%
Key (black)36.1%
Color previews
#a39300 text on a black background
contrast 6.73:1
Card sample
#a39300 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39300;
Background color
Panel with #a39300 background
background-color: #a39300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 147, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 147, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39300; background: linear-gradient(135deg, #a39300, #46A300);