#a78d25
a dark, vivid yellow · cool · closest name: olive
RGB
167, 141, 37
HSL
48°, 64%, 40%
CMYK
0, 16, 78, 35
Luminance
0.2740
Every format
| HEX | #a78d25 |
| RGB | rgb(167, 141, 37) |
| HSL | hsl(48, 64%, 40%) |
| CMYK | cmyk(0%, 16%, 78%, 35%) |
| LAB | lab(59.3 -1.0 55.2) |
| LCH | lch(59.3 55.2 91.1) |
| OKLCH | oklch(0.649 0.121 94.2) |
Copy-ready code
/* CSS */
color: #a78d25;
background-color: #a78d25;
/* Tailwind (arbitrary) */
class="text-[#a78d25] bg-[#a78d25]"
/* SCSS */
$brand: #a78d25;
/* SwiftUI */
Color(red: 0.655, green: 0.553, blue: 0.145)
/* Android */
Color.parseColor("#a78d25")Accessibility — WCAG contrast
Aa
#a78d25 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a78d25 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green55.3%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow77.8%
Key (black)34.5%
Color previews
#a78d25 text on a black background
contrast 6.48:1
Card sample
#a78d25 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78d25;
Background color
Panel with #a78d25 background
background-color: #a78d25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78d25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 141, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 141, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78d25; background: linear-gradient(135deg, #a78d25, #6AA725);