#82b469
a balanced, soft green · cool · closest name: olivedrab
RGB
130, 180, 105
HSL
100°, 33%, 56%
CMYK
28, 0, 42, 29
Luminance
0.3841
Every format
| HEX | #82b469 |
| RGB | rgb(130, 180, 105) |
| HSL | hsl(100, 33%, 56%) |
| CMYK | cmyk(28%, 0%, 42%, 29%) |
| LAB | lab(68.3 -30.4 33.0) |
| LCH | lch(68.3 44.9 132.7) |
| OKLCH | oklch(0.716 0.116 135.8) |
Copy-ready code
/* CSS */
color: #82b469;
background-color: #82b469;
/* Tailwind (arbitrary) */
class="text-[#82b469] bg-[#82b469]"
/* SCSS */
$brand: #82b469;
/* SwiftUI */
Color(red: 0.510, green: 0.706, blue: 0.412)
/* Android */
Color.parseColor("#82b469")Accessibility — WCAG contrast
Aa
#82b469 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82b469 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green70.6%
Blue41.2%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow41.7%
Key (black)29.4%
Color previews
#82b469 text on a black background
contrast 8.68:1
Card sample
#82b469 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82b469;
Background color
Panel with #82b469 background
background-color: #82b469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82b469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 180, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 180, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82b469; background: linear-gradient(135deg, #82b469, #69B482);