#828521
a dark, vivid yellow · cool · closest name: olive
RGB
130, 133, 33
HSL
62°, 60%, 33%
CMYK
2, 0, 75, 48
Luminance
0.2163
Every format
| HEX | #828521 |
| RGB | rgb(130, 133, 33) |
| HSL | hsl(62, 60%, 33%) |
| CMYK | cmyk(2%, 0%, 75%, 48%) |
| LAB | lab(53.6 -13.7 50.0) |
| LCH | lch(53.6 51.9 105.3) |
| OKLCH | oklch(0.596 0.118 111.2) |
Copy-ready code
/* CSS */
color: #828521;
background-color: #828521;
/* Tailwind (arbitrary) */
class="text-[#828521] bg-[#828521]"
/* SCSS */
$brand: #828521;
/* SwiftUI */
Color(red: 0.510, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#828521")Accessibility — WCAG contrast
Aa
#828521 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828521 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green52.2%
Blue12.9%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#828521 text on a black background
contrast 5.33:1
Card sample
#828521 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828521;
Background color
Panel with #828521 background
background-color: #828521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828521; background: linear-gradient(135deg, #828521, #3F8521);