#84841f
a dark, vivid yellow · cool · closest name: olive
RGB
132, 132, 31
HSL
60°, 62%, 32%
CMYK
0, 0, 77, 48
Luminance
0.2151
Every format
| HEX | #84841f |
| RGB | rgb(132, 132, 31) |
| HSL | hsl(60, 62%, 32%) |
| CMYK | cmyk(0%, 0%, 77%, 48%) |
| LAB | lab(53.5 -12.4 50.7) |
| LCH | lch(53.5 52.2 103.7) |
| OKLCH | oklch(0.595 0.118 109.5) |
Copy-ready code
/* CSS */
color: #84841f;
background-color: #84841f;
/* Tailwind (arbitrary) */
class="text-[#84841f] bg-[#84841f]"
/* SCSS */
$brand: #84841f;
/* SwiftUI */
Color(red: 0.518, green: 0.518, blue: 0.122)
/* Android */
Color.parseColor("#84841f")Accessibility — WCAG contrast
Aa
#84841f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#84841f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green51.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow76.5%
Key (black)48.2%
Color previews
#84841f text on a black background
contrast 5.30:1
Card sample
#84841f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84841f;
Background color
Panel with #84841f background
background-color: #84841f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84841f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 132, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 132, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84841f; background: linear-gradient(135deg, #84841f, #41841F);