#82ce2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
130, 206, 47
HSL
89°, 63%, 50%
CMYK
37, 0, 77, 19
Luminance
0.4909
Every format
| HEX | #82ce2f |
| RGB | rgb(130, 206, 47) |
| HSL | hsl(89, 63%, 50%) |
| CMYK | cmyk(37%, 0%, 77%, 19%) |
| LAB | lab(75.5 -47.4 66.1) |
| LCH | lch(75.5 81.3 125.6) |
| OKLCH | oklch(0.773 0.198 132.4) |
Copy-ready code
/* CSS */
color: #82ce2f;
background-color: #82ce2f;
/* Tailwind (arbitrary) */
class="text-[#82ce2f] bg-[#82ce2f]"
/* SCSS */
$brand: #82ce2f;
/* SwiftUI */
Color(red: 0.510, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#82ce2f")Accessibility — WCAG contrast
Aa
#82ce2f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ce2f on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.8%
Blue18.4%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#82ce2f text on a black background
contrast 10.82:1
Card sample
#82ce2f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ce2f;
Background color
Panel with #82ce2f background
background-color: #82ce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ce2f; background: linear-gradient(135deg, #82ce2f, #2FCE46);