#a09d13
a dark, electric yellow · cool · closest name: olive
RGB
160, 157, 19
HSL
59°, 79%, 35%
CMYK
0, 2, 88, 37
Luminance
0.3163
Every format
| HEX | #a09d13 |
| RGB | rgb(160, 157, 19) |
| HSL | hsl(59, 79%, 35%) |
| CMYK | cmyk(0%, 2%, 88%, 37%) |
| LAB | lab(63.0 -13.3 63.2) |
| LCH | lch(63.0 64.6 101.9) |
| OKLCH | oklch(0.677 0.142 108.3) |
Copy-ready code
/* CSS */
color: #a09d13;
background-color: #a09d13;
/* Tailwind (arbitrary) */
class="text-[#a09d13] bg-[#a09d13]"
/* SCSS */
$brand: #a09d13;
/* SwiftUI */
Color(red: 0.627, green: 0.616, blue: 0.075)
/* Android */
Color.parseColor("#a09d13")Accessibility — WCAG contrast
Aa
#a09d13 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09d13 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green61.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow88.1%
Key (black)37.3%
Color previews
#a09d13 text on a black background
contrast 7.33:1
Card sample
#a09d13 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09d13;
Background color
Panel with #a09d13 background
background-color: #a09d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 157, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 157, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09d13; background: linear-gradient(135deg, #a09d13, #45A013);