#829921
a dark, vivid green · cool · closest name: olivedrab
RGB
130, 153, 33
HSL
72°, 65%, 37%
CMYK
15, 0, 78, 40
Luminance
0.2764
Every format
| HEX | #829921 |
| RGB | rgb(130, 153, 33) |
| HSL | hsl(72, 65%, 37%) |
| CMYK | cmyk(15%, 0%, 78%, 40%) |
| LAB | lab(59.6 -24.0 55.6) |
| LCH | lch(59.6 60.5 113.4) |
| OKLCH | oklch(0.643 0.141 120.3) |
Copy-ready code
/* CSS */
color: #829921;
background-color: #829921;
/* Tailwind (arbitrary) */
class="text-[#829921] bg-[#829921]"
/* SCSS */
$brand: #829921;
/* SwiftUI */
Color(red: 0.510, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#829921")Accessibility — WCAG contrast
Aa
#829921 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#829921 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green60.0%
Blue12.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#829921 text on a black background
contrast 6.53:1
Card sample
#829921 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829921;
Background color
Panel with #829921 background
background-color: #829921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829921; background: linear-gradient(135deg, #829921, #329921);