#828421
a dark, vivid yellow · cool · closest name: olive
RGB
130, 132, 33
HSL
61°, 60%, 32%
CMYK
2, 0, 75, 48
Luminance
0.2136
Every format
| HEX | #828421 |
| RGB | rgb(130, 132, 33) |
| HSL | hsl(61, 60%, 32%) |
| CMYK | cmyk(2%, 0%, 75%, 48%) |
| LAB | lab(53.3 -13.2 49.8) |
| LCH | lch(53.3 51.5 104.8) |
| OKLCH | oklch(0.593 0.117 110.7) |
Copy-ready code
/* CSS */
color: #828421;
background-color: #828421;
/* Tailwind (arbitrary) */
class="text-[#828421] bg-[#828421]"
/* SCSS */
$brand: #828421;
/* SwiftUI */
Color(red: 0.510, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#828421")Accessibility — WCAG contrast
Aa
#828421 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#828421 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green51.8%
Blue12.9%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#828421 text on a black background
contrast 5.27:1
Card sample
#828421 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #828421;
Background color
Panel with #828421 background
background-color: #828421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #828421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #828421; background: linear-gradient(135deg, #828421, #408421);