#82ba39
a balanced, vivid green · cool · closest name: olivedrab
RGB
130, 186, 57
HSL
86°, 53%, 48%
CMYK
30, 0, 69, 27
Luminance
0.4016
Every format
| HEX | #82ba39 |
| RGB | rgb(130, 186, 57) |
| HSL | hsl(86, 53%, 48%) |
| CMYK | cmyk(30%, 0%, 69%, 27%) |
| LAB | lab(69.6 -38.2 56.8) |
| LCH | lch(69.6 68.4 123.9) |
| OKLCH | oklch(0.725 0.168 130.1) |
Copy-ready code
/* CSS */
color: #82ba39;
background-color: #82ba39;
/* Tailwind (arbitrary) */
class="text-[#82ba39] bg-[#82ba39]"
/* SCSS */
$brand: #82ba39;
/* SwiftUI */
Color(red: 0.510, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#82ba39")Accessibility — WCAG contrast
Aa
#82ba39 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82ba39 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green72.9%
Blue22.4%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow69.4%
Key (black)27.1%
Color previews
#82ba39 text on a black background
contrast 9.03:1
Card sample
#82ba39 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82ba39;
Background color
Panel with #82ba39 background
background-color: #82ba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82ba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82ba39; background: linear-gradient(135deg, #82ba39, #39BA46);