#8ce88c
a light, vivid green · cool · closest name: aquamarine
RGB
140, 232, 140
HSL
120°, 67%, 73%
CMYK
40, 0, 40, 9
Luminance
0.6518
Every format
| HEX | #8ce88c |
| RGB | rgb(140, 232, 140) |
| HSL | hsl(120, 67%, 73%) |
| CMYK | cmyk(40%, 0%, 40%, 9%) |
| LAB | lab(84.6 -45.5 36.3) |
| LCH | lch(84.6 58.3 141.4) |
| OKLCH | oklch(0.851 0.153 144.1) |
Copy-ready code
/* CSS */
color: #8ce88c;
background-color: #8ce88c;
/* Tailwind (arbitrary) */
class="text-[#8ce88c] bg-[#8ce88c]"
/* SCSS */
$brand: #8ce88c;
/* SwiftUI */
Color(red: 0.549, green: 0.910, blue: 0.549)
/* Android */
Color.parseColor("#8ce88c")Accessibility — WCAG contrast
Aa
#8ce88c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ce88c on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green91.0%
Blue54.9%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow39.7%
Key (black)9.0%
Color previews
#8ce88c text on a black background
contrast 14.04:1
Card sample
#8ce88c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ce88c;
Background color
Panel with #8ce88c background
background-color: #8ce88c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ce88c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 232, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 232, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ce88c; background: linear-gradient(135deg, #8ce88c, #8CE8C9);