#8bc59b
a light, soft green · cool · closest name: aquamarine
RGB
139, 197, 155
HSL
137°, 33%, 66%
CMYK
29, 0, 21, 23
Luminance
0.4779
Every format
| HEX | #8bc59b |
| RGB | rgb(139, 197, 155) |
| HSL | hsl(137, 33%, 66%) |
| CMYK | cmyk(29%, 0%, 21%, 23%) |
| LAB | lab(74.7 -27.4 15.2) |
| LCH | lch(74.7 31.3 151.0) |
| OKLCH | oklch(0.772 0.085 152.7) |
Copy-ready code
/* CSS */
color: #8bc59b;
background-color: #8bc59b;
/* Tailwind (arbitrary) */
class="text-[#8bc59b] bg-[#8bc59b]"
/* SCSS */
$brand: #8bc59b;
/* SwiftUI */
Color(red: 0.545, green: 0.773, blue: 0.608)
/* Android */
Color.parseColor("#8bc59b")Accessibility — WCAG contrast
Aa
#8bc59b on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bc59b on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green77.3%
Blue60.8%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow21.3%
Key (black)22.7%
Color previews
#8bc59b text on a black background
contrast 10.56:1
Card sample
#8bc59b text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bc59b;
Background color
Panel with #8bc59b background
background-color: #8bc59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bc59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 197, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 197, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bc59b; background: linear-gradient(135deg, #8bc59b, #8BC5C2);