#82f261
a light, electric green · cool · closest name: lime
RGB
130, 242, 97
HSL
106°, 85%, 67%
CMYK
46, 0, 60, 5
Luminance
0.6911
Every format
| HEX | #82f261 |
| RGB | rgb(130, 242, 97) |
| HSL | hsl(106, 85%, 67%) |
| CMYK | cmyk(46%, 0%, 60%, 5%) |
| LAB | lab(86.6 -57.9 58.8) |
| LCH | lch(86.6 82.5 134.6) |
| OKLCH | oklch(0.865 0.210 139.2) |
Copy-ready code
/* CSS */
color: #82f261;
background-color: #82f261;
/* Tailwind (arbitrary) */
class="text-[#82f261] bg-[#82f261]"
/* SCSS */
$brand: #82f261;
/* SwiftUI */
Color(red: 0.510, green: 0.949, blue: 0.380)
/* Android */
Color.parseColor("#82f261")Accessibility — WCAG contrast
Aa
#82f261 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f261 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green94.9%
Blue38.0%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow59.9%
Key (black)5.1%
Color previews
#82f261 text on a black background
contrast 14.82:1
Card sample
#82f261 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f261;
Background color
Panel with #82f261 background
background-color: #82f261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 242, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 242, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f261; background: linear-gradient(135deg, #82f261, #61F2A1);