#a39d13
a dark, electric yellow · cool · closest name: olive
RGB
163, 157, 19
HSL
58°, 79%, 36%
CMYK
0, 4, 88, 36
Luminance
0.3195
Every format
| HEX | #a39d13 |
| RGB | rgb(163, 157, 19) |
| HSL | hsl(58, 79%, 36%) |
| CMYK | cmyk(0%, 4%, 88%, 36%) |
| LAB | lab(63.3 -12.0 63.5) |
| LCH | lch(63.3 64.6 100.7) |
| OKLCH | oklch(0.679 0.141 106.8) |
Copy-ready code
/* CSS */
color: #a39d13;
background-color: #a39d13;
/* Tailwind (arbitrary) */
class="text-[#a39d13] bg-[#a39d13]"
/* SCSS */
$brand: #a39d13;
/* SwiftUI */
Color(red: 0.639, green: 0.616, blue: 0.075)
/* Android */
Color.parseColor("#a39d13")Accessibility — WCAG contrast
Aa
#a39d13 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39d13 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green61.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow88.3%
Key (black)36.1%
Color previews
#a39d13 text on a black background
contrast 7.39:1
Card sample
#a39d13 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39d13;
Background color
Panel with #a39d13 background
background-color: #a39d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 157, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 157, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39d13; background: linear-gradient(135deg, #a39d13, #49A313);