#82cd4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
130, 205, 79
HSL
96°, 56%, 56%
CMYK
37, 0, 62, 20
Luminance
0.4897
Every format
| HEX | #82cd4f |
| RGB | rgb(130, 205, 79) |
| HSL | hsl(96, 56%, 56%) |
| CMYK | cmyk(37%, 0%, 62%, 20%) |
| LAB | lab(75.4 -44.7 54.0) |
| LCH | lch(75.4 70.1 129.6) |
| OKLCH | oklch(0.773 0.176 134.7) |
Copy-ready code
/* CSS */
color: #82cd4f;
background-color: #82cd4f;
/* Tailwind (arbitrary) */
class="text-[#82cd4f] bg-[#82cd4f]"
/* SCSS */
$brand: #82cd4f;
/* SwiftUI */
Color(red: 0.510, green: 0.804, blue: 0.310)
/* Android */
Color.parseColor("#82cd4f")Accessibility — WCAG contrast
Aa
#82cd4f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cd4f on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.4%
Blue31.0%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow61.5%
Key (black)19.6%
Color previews
#82cd4f text on a black background
contrast 10.79:1
Card sample
#82cd4f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cd4f;
Background color
Panel with #82cd4f background
background-color: #82cd4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cd4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 205, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 205, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cd4f; background: linear-gradient(135deg, #82cd4f, #4FCD70);