#829821
a dark, vivid green · cool · closest name: olivedrab
RGB
130, 152, 33
HSL
71°, 64%, 36%
CMYK
15, 0, 78, 40
Luminance
0.2731
Every format
| HEX | #829821 |
| RGB | rgb(130, 152, 33) |
| HSL | hsl(71, 64%, 36%) |
| CMYK | cmyk(15%, 0%, 78%, 40%) |
| LAB | lab(59.3 -23.5 55.3) |
| LCH | lch(59.3 60.1 113.1) |
| OKLCH | oklch(0.641 0.140 120.0) |
Copy-ready code
/* CSS */
color: #829821;
background-color: #829821;
/* Tailwind (arbitrary) */
class="text-[#829821] bg-[#829821]"
/* SCSS */
$brand: #829821;
/* SwiftUI */
Color(red: 0.510, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#829821")Accessibility — WCAG contrast
Aa
#829821 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#829821 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green59.6%
Blue12.9%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow78.3%
Key (black)40.4%
Color previews
#829821 text on a black background
contrast 6.46:1
Card sample
#829821 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829821;
Background color
Panel with #829821 background
background-color: #829821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829821; background: linear-gradient(135deg, #829821, #339821);