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