#82c18b
a balanced, soft green · cool · closest name: seagreen
RGB
130, 193, 139
HSL
129°, 34%, 63%
CMYK
33, 0, 28, 24
Luminance
0.4475
Every format
| HEX | #82c18b |
| RGB | rgb(130, 193, 139) |
| HSL | hsl(129, 34%, 63%) |
| CMYK | cmyk(33%, 0%, 28%, 24%) |
| LAB | lab(72.7 -31.3 20.9) |
| LCH | lch(72.7 37.6 146.2) |
| OKLCH | oklch(0.754 0.101 148.1) |
Copy-ready code
/* CSS */
color: #82c18b;
background-color: #82c18b;
/* Tailwind (arbitrary) */
class="text-[#82c18b] bg-[#82c18b]"
/* SCSS */
$brand: #82c18b;
/* SwiftUI */
Color(red: 0.510, green: 0.757, blue: 0.545)
/* Android */
Color.parseColor("#82c18b")Accessibility — WCAG contrast
Aa
#82c18b on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82c18b on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green75.7%
Blue54.5%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow28.0%
Key (black)24.3%
Color previews
#82c18b text on a black background
contrast 9.95:1
Card sample
#82c18b text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82c18b;
Background color
Panel with #82c18b background
background-color: #82c18b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82c18b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 193, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 193, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82c18b; background: linear-gradient(135deg, #82c18b, #82C1B5);