#8cc182
a balanced, soft green · cool · closest name: seagreen
RGB
140, 193, 130
HSL
111°, 34%, 63%
CMYK
28, 0, 33, 24
Luminance
0.4533
Every format
| HEX | #8cc182 |
| RGB | rgb(140, 193, 130) |
| HSL | hsl(111, 34%, 63%) |
| CMYK | cmyk(28%, 0%, 33%, 24%) |
| LAB | lab(73.1 -29.4 26.3) |
| LCH | lch(73.1 39.5 138.2) |
| OKLCH | oklch(0.758 0.104 140.6) |
Copy-ready code
/* CSS */
color: #8cc182;
background-color: #8cc182;
/* Tailwind (arbitrary) */
class="text-[#8cc182] bg-[#8cc182]"
/* SCSS */
$brand: #8cc182;
/* SwiftUI */
Color(red: 0.549, green: 0.757, blue: 0.510)
/* Android */
Color.parseColor("#8cc182")Accessibility — WCAG contrast
Aa
#8cc182 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cc182 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green75.7%
Blue51.0%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow32.6%
Key (black)24.3%
Color previews
#8cc182 text on a black background
contrast 10.07:1
Card sample
#8cc182 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cc182;
Background color
Panel with #8cc182 background
background-color: #8cc182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cc182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 193, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 193, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cc182; background: linear-gradient(135deg, #8cc182, #82C1A2);