#a79c01
a dark, electric yellow · cool · closest name: olive
RGB
167, 156, 1
HSL
56°, 99%, 33%
CMYK
0, 7, 99, 35
Luminance
0.3199
Every format
| HEX | #a79c01 |
| RGB | rgb(167, 156, 1) |
| HSL | hsl(56, 99%, 33%) |
| CMYK | cmyk(0%, 7%, 99%, 35%) |
| LAB | lab(63.3 -10.0 66.4) |
| LCH | lch(63.3 67.2 98.5) |
| OKLCH | oklch(0.681 0.144 104.5) |
Copy-ready code
/* CSS */
color: #a79c01;
background-color: #a79c01;
/* Tailwind (arbitrary) */
class="text-[#a79c01] bg-[#a79c01]"
/* SCSS */
$brand: #a79c01;
/* SwiftUI */
Color(red: 0.655, green: 0.612, blue: 0.004)
/* Android */
Color.parseColor("#a79c01")Accessibility — WCAG contrast
Aa
#a79c01 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a79c01 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green61.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow99.4%
Key (black)34.5%
Color previews
#a79c01 text on a black background
contrast 7.40:1
Card sample
#a79c01 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a79c01;
Background color
Panel with #a79c01 background
background-color: #a79c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a79c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 156, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 156, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a79c01; background: linear-gradient(135deg, #a79c01, #43A701);