#82c71f
a balanced, vivid green · cool · closest name: olivedrab
RGB
130, 199, 31
HSL
85°, 73%, 45%
CMYK
35, 0, 84, 22
Luminance
0.4569
Every format
| HEX | #82c71f |
| RGB | rgb(130, 199, 31) |
| HSL | hsl(85, 73%, 45%) |
| CMYK | cmyk(35%, 0%, 84%, 22%) |
| LAB | lab(73.3 -45.1 68.4) |
| LCH | lch(73.3 82.0 123.4) |
| OKLCH | oklch(0.755 0.197 130.8) |
Copy-ready code
/* CSS */
color: #82c71f;
background-color: #82c71f;
/* Tailwind (arbitrary) */
class="text-[#82c71f] bg-[#82c71f]"
/* SCSS */
$brand: #82c71f;
/* SwiftUI */
Color(red: 0.510, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#82c71f")Accessibility — WCAG contrast
Aa
#82c71f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c71f on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green78.0%
Blue12.2%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#82c71f text on a black background
contrast 10.14:1
Card sample
#82c71f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c71f;
Background color
Panel with #82c71f background
background-color: #82c71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c71f; background: linear-gradient(135deg, #82c71f, #1FC72C);