#84792f
a dark, vivid yellow · cool · closest name: olive
RGB
132, 121, 47
HSL
52°, 48%, 35%
CMYK
0, 8, 64, 48
Luminance
0.1879
Every format
| HEX | #84792f |
| RGB | rgb(132, 121, 47) |
| HSL | hsl(52, 48%, 35%) |
| CMYK | cmyk(0%, 8%, 64%, 48%) |
| LAB | lab(50.4 -5.4 40.9) |
| LCH | lch(50.4 41.3 97.5) |
| OKLCH | oklch(0.571 0.095 100.9) |
Copy-ready code
/* CSS */
color: #84792f;
background-color: #84792f;
/* Tailwind (arbitrary) */
class="text-[#84792f] bg-[#84792f]"
/* SCSS */
$brand: #84792f;
/* SwiftUI */
Color(red: 0.518, green: 0.475, blue: 0.184)
/* Android */
Color.parseColor("#84792f")Accessibility — WCAG contrast
Aa
#84792f on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#84792f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green47.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow64.4%
Key (black)48.2%
Color previews
#84792f text on a black background
contrast 4.76:1
Card sample
#84792f text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84792f;
Background color
Panel with #84792f background
background-color: #84792f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84792f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 121, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 121, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84792f; background: linear-gradient(135deg, #84792f, #56842F);