#a58430
a dark, vivid yellow · warm · closest name: peru
RGB
165, 132, 48
HSL
43°, 55%, 42%
CMYK
0, 20, 71, 35
Luminance
0.2472
Every format
| HEX | #a58430 |
| RGB | rgb(165, 132, 48) |
| HSL | hsl(43, 55%, 42%) |
| CMYK | cmyk(0%, 20%, 71%, 35%) |
| LAB | lab(56.8 3.6 48.2) |
| LCH | lch(56.8 48.3 85.8) |
| OKLCH | oklch(0.629 0.108 87.0) |
Copy-ready code
/* CSS */
color: #a58430;
background-color: #a58430;
/* Tailwind (arbitrary) */
class="text-[#a58430] bg-[#a58430]"
/* SCSS */
$brand: #a58430;
/* SwiftUI */
Color(red: 0.647, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#a58430")Accessibility — WCAG contrast
Aa
#a58430 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a58430 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow70.9%
Key (black)35.3%
Color previews
#a58430 text on a black background
contrast 5.94:1
Card sample
#a58430 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a58430;
Background color
Panel with #a58430 background
background-color: #a58430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a58430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a58430; background: linear-gradient(135deg, #a58430, #78A530);