#82c521
a balanced, vivid green · cool · closest name: olivedrab
RGB
130, 197, 33
HSL
85°, 71%, 45%
CMYK
34, 0, 83, 23
Luminance
0.4479
Every format
| HEX | #82c521 |
| RGB | rgb(130, 197, 33) |
| HSL | hsl(85, 71%, 45%) |
| CMYK | cmyk(34%, 0%, 83%, 23%) |
| LAB | lab(72.8 -44.2 67.4) |
| LCH | lch(72.8 80.6 123.3) |
| OKLCH | oklch(0.750 0.194 130.6) |
Copy-ready code
/* CSS */
color: #82c521;
background-color: #82c521;
/* Tailwind (arbitrary) */
class="text-[#82c521] bg-[#82c521]"
/* SCSS */
$brand: #82c521;
/* SwiftUI */
Color(red: 0.510, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#82c521")Accessibility — WCAG contrast
Aa
#82c521 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c521 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green77.3%
Blue12.9%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#82c521 text on a black background
contrast 9.96:1
Card sample
#82c521 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c521;
Background color
Panel with #82c521 background
background-color: #82c521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c521; background: linear-gradient(135deg, #82c521, #21C52D);