#848021
a dark, vivid yellow · cool · closest name: olive
RGB
132, 128, 33
HSL
58°, 60%, 32%
CMYK
0, 3, 75, 48
Luminance
0.2045
Every format
| HEX | #848021 |
| RGB | rgb(132, 128, 33) |
| HSL | hsl(58, 60%, 32%) |
| CMYK | cmyk(0%, 3%, 75%, 48%) |
| LAB | lab(52.4 -10.1 48.9) |
| LCH | lch(52.4 49.9 101.7) |
| OKLCH | oklch(0.586 0.113 107.0) |
Copy-ready code
/* CSS */
color: #848021;
background-color: #848021;
/* Tailwind (arbitrary) */
class="text-[#848021] bg-[#848021]"
/* SCSS */
$brand: #848021;
/* SwiftUI */
Color(red: 0.518, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#848021")Accessibility — WCAG contrast
Aa
#848021 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848021 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow75.0%
Key (black)48.2%
Color previews
#848021 text on a black background
contrast 5.09:1
Card sample
#848021 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848021;
Background color
Panel with #848021 background
background-color: #848021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848021; background: linear-gradient(135deg, #848021, #468421);