#a78430
a dark, vivid yellow · warm · closest name: peru
RGB
167, 132, 48
HSL
42°, 55%, 42%
CMYK
0, 21, 71, 35
Luminance
0.2493
Every format
| HEX | #a78430 |
| RGB | rgb(167, 132, 48) |
| HSL | hsl(42, 55%, 42%) |
| CMYK | cmyk(0%, 21%, 71%, 35%) |
| LAB | lab(57.0 4.5 48.5) |
| LCH | lch(57.0 48.7 84.7) |
| OKLCH | oklch(0.631 0.109 85.7) |
Copy-ready code
/* CSS */
color: #a78430;
background-color: #a78430;
/* Tailwind (arbitrary) */
class="text-[#a78430] bg-[#a78430]"
/* SCSS */
$brand: #a78430;
/* SwiftUI */
Color(red: 0.655, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#a78430")Accessibility — WCAG contrast
Aa
#a78430 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a78430 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow71.3%
Key (black)34.5%
Color previews
#a78430 text on a black background
contrast 5.99:1
Card sample
#a78430 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78430;
Background color
Panel with #a78430 background
background-color: #a78430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78430; background: linear-gradient(135deg, #a78430, #7BA730);