#847021
a dark, vivid yellow · cool · closest name: olive
RGB
132, 112, 33
HSL
48°, 60%, 32%
CMYK
0, 15, 75, 48
Luminance
0.1660
Every format
| HEX | #847021 |
| RGB | rgb(132, 112, 33) |
| HSL | hsl(48, 60%, 32%) |
| CMYK | cmyk(0%, 15%, 75%, 48%) |
| LAB | lab(47.8 -1.1 44.4) |
| LCH | lch(47.8 44.5 91.5) |
| OKLCH | oklch(0.549 0.099 94.4) |
Copy-ready code
/* CSS */
color: #847021;
background-color: #847021;
/* Tailwind (arbitrary) */
class="text-[#847021] bg-[#847021]"
/* SCSS */
$brand: #847021;
/* SwiftUI */
Color(red: 0.518, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#847021")Accessibility — WCAG contrast
Aa
#847021 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#847021 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow75.0%
Key (black)48.2%
Color previews
#847021 text on a black background
contrast 4.32:1
Card sample
#847021 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847021;
Background color
Panel with #847021 background
background-color: #847021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847021; background: linear-gradient(135deg, #847021, #568421);