#a09b13
a dark, electric yellow · cool · closest name: olive
RGB
160, 155, 19
HSL
58°, 79%, 35%
CMYK
0, 3, 88, 37
Luminance
0.3096
Every format
| HEX | #a09b13 |
| RGB | rgb(160, 155, 19) |
| HSL | hsl(58, 79%, 35%) |
| CMYK | cmyk(0%, 3%, 88%, 37%) |
| LAB | lab(62.5 -12.3 62.7) |
| LCH | lch(62.5 63.9 101.1) |
| OKLCH | oklch(0.672 0.140 107.3) |
Copy-ready code
/* CSS */
color: #a09b13;
background-color: #a09b13;
/* Tailwind (arbitrary) */
class="text-[#a09b13] bg-[#a09b13]"
/* SCSS */
$brand: #a09b13;
/* SwiftUI */
Color(red: 0.627, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#a09b13")Accessibility — WCAG contrast
Aa
#a09b13 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09b13 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green60.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow88.1%
Key (black)37.3%
Color previews
#a09b13 text on a black background
contrast 7.19:1
Card sample
#a09b13 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09b13;
Background color
Panel with #a09b13 background
background-color: #a09b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 155, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 155, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09b13; background: linear-gradient(135deg, #a09b13, #47A013);