#8bec91
a light, vivid green · cool · closest name: aquamarine
RGB
139, 236, 145
HSL
124°, 72%, 74%
CMYK
41, 0, 39, 8
Luminance
0.6752
Every format
| HEX | #8bec91 |
| RGB | rgb(139, 236, 145) |
| HSL | hsl(124, 72%, 74%) |
| CMYK | cmyk(41%, 0%, 39%, 8%) |
| LAB | lab(85.8 -46.8 35.4) |
| LCH | lch(85.8 58.7 142.9) |
| OKLCH | oklch(0.861 0.155 145.4) |
Copy-ready code
/* CSS */
color: #8bec91;
background-color: #8bec91;
/* Tailwind (arbitrary) */
class="text-[#8bec91] bg-[#8bec91]"
/* SCSS */
$brand: #8bec91;
/* SwiftUI */
Color(red: 0.545, green: 0.925, blue: 0.569)
/* Android */
Color.parseColor("#8bec91")Accessibility — WCAG contrast
Aa
#8bec91 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bec91 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green92.5%
Blue56.9%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow38.6%
Key (black)7.5%
Color previews
#8bec91 text on a black background
contrast 14.50:1
Card sample
#8bec91 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bec91;
Background color
Panel with #8bec91 background
background-color: #8bec91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bec91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 236, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 236, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bec91; background: linear-gradient(135deg, #8bec91, #8BECD2);