#828021
a dark, vivid yellow · cool · closest name: olive
RGB
130, 128, 33
HSL
59°, 60%, 32%
CMYK
0, 2, 75, 49
Luminance
0.2029
Every format
| HEX | #828021 |
| RGB | rgb(130, 128, 33) |
| HSL | hsl(59, 60%, 32%) |
| CMYK | cmyk(0%, 2%, 75%, 49%) |
| LAB | lab(52.2 -11.0 48.6) |
| LCH | lch(52.2 49.9 102.8) |
| OKLCH | oklch(0.584 0.113 108.2) |
Copy-ready code
/* CSS */
color: #828021;
background-color: #828021;
/* Tailwind (arbitrary) */
class="text-[#828021] bg-[#828021]"
/* SCSS */
$brand: #828021;
/* SwiftUI */
Color(red: 0.510, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#828021")Accessibility — WCAG contrast
Aa
#828021 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828021 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow74.6%
Key (black)49.0%
Color previews
#828021 text on a black background
contrast 5.06:1
Card sample
#828021 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828021;
Background color
Panel with #828021 background
background-color: #828021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828021; background: linear-gradient(135deg, #828021, #438221);