#a58905
a dark, electric yellow · cool · closest name: olive
RGB
165, 137, 5
HSL
50°, 94%, 33%
CMYK
0, 17, 97, 35
Luminance
0.2590
Every format
| HEX | #a58905 |
| RGB | rgb(165, 137, 5) |
| HSL | hsl(50, 94%, 33%) |
| CMYK | cmyk(0%, 17%, 97%, 35%) |
| LAB | lab(58.0 -0.6 61.8) |
| LCH | lch(58.0 61.8 90.5) |
| OKLCH | oklch(0.637 0.130 94.3) |
Copy-ready code
/* CSS */
color: #a58905;
background-color: #a58905;
/* Tailwind (arbitrary) */
class="text-[#a58905] bg-[#a58905]"
/* SCSS */
$brand: #a58905;
/* SwiftUI */
Color(red: 0.647, green: 0.537, blue: 0.020)
/* Android */
Color.parseColor("#a58905")Accessibility — WCAG contrast
Aa
#a58905 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a58905 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green53.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow97.0%
Key (black)35.3%
Color previews
#a58905 text on a black background
contrast 6.18:1
Card sample
#a58905 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a58905;
Background color
Panel with #a58905 background
background-color: #a58905;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a58905;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 137, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 137, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a58905; background: linear-gradient(135deg, #a58905, #56A505);