#a09310
a dark, electric yellow · cool · closest name: olive
RGB
160, 147, 16
HSL
55°, 82%, 35%
CMYK
0, 8, 90, 37
Luminance
0.2838
Every format
| HEX | #a09310 |
| RGB | rgb(160, 147, 16) |
| HSL | hsl(55, 82%, 35%) |
| CMYK | cmyk(0%, 8%, 90%, 37%) |
| LAB | lab(60.2 -8.1 61.5) |
| LCH | lch(60.2 62.0 97.5) |
| OKLCH | oklch(0.654 0.134 103.0) |
Copy-ready code
/* CSS */
color: #a09310;
background-color: #a09310;
/* Tailwind (arbitrary) */
class="text-[#a09310] bg-[#a09310]"
/* SCSS */
$brand: #a09310;
/* SwiftUI */
Color(red: 0.627, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#a09310")Accessibility — WCAG contrast
Aa
#a09310 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a09310 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow90.0%
Key (black)37.3%
Color previews
#a09310 text on a black background
contrast 6.68:1
Card sample
#a09310 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09310;
Background color
Panel with #a09310 background
background-color: #a09310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09310; background: linear-gradient(135deg, #a09310, #4DA010);