#82a521
a dark, vivid green · cool · closest name: olivedrab
RGB
130, 165, 33
HSL
76°, 67%, 39%
CMYK
21, 0, 80, 35
Luminance
0.3177
Every format
| HEX | #82a521 |
| RGB | rgb(130, 165, 33) |
| HSL | hsl(76, 67%, 39%) |
| CMYK | cmyk(21%, 0%, 80%, 35%) |
| LAB | lab(63.1 -29.9 58.9) |
| LCH | lch(63.1 66.0 116.9) |
| OKLCH | oklch(0.672 0.156 124.1) |
Copy-ready code
/* CSS */
color: #82a521;
background-color: #82a521;
/* Tailwind (arbitrary) */
class="text-[#82a521] bg-[#82a521]"
/* SCSS */
$brand: #82a521;
/* SwiftUI */
Color(red: 0.510, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#82a521")Accessibility — WCAG contrast
Aa
#82a521 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82a521 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green64.7%
Blue12.9%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#82a521 text on a black background
contrast 7.35:1
Card sample
#82a521 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82a521;
Background color
Panel with #82a521 background
background-color: #82a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82a521; background: linear-gradient(135deg, #82a521, #2AA521);