#8eee8c
a light, vivid green · cool · closest name: aquamarine
RGB
142, 238, 140
HSL
119°, 74%, 74%
CMYK
40, 0, 41, 7
Luminance
0.6879
Every format
| HEX | #8eee8c |
| RGB | rgb(142, 238, 140) |
| HSL | hsl(119, 74%, 74%) |
| CMYK | cmyk(40%, 0%, 41%, 7%) |
| LAB | lab(86.4 -47.5 38.7) |
| LCH | lch(86.4 61.3 140.8) |
| OKLCH | oklch(0.866 0.161 143.6) |
Copy-ready code
/* CSS */
color: #8eee8c;
background-color: #8eee8c;
/* Tailwind (arbitrary) */
class="text-[#8eee8c] bg-[#8eee8c]"
/* SCSS */
$brand: #8eee8c;
/* SwiftUI */
Color(red: 0.557, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#8eee8c")Accessibility — WCAG contrast
Aa
#8eee8c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eee8c on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.3%
Blue54.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow41.2%
Key (black)6.7%
Color previews
#8eee8c text on a black background
contrast 14.76:1
Card sample
#8eee8c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eee8c;
Background color
Panel with #8eee8c background
background-color: #8eee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eee8c; background: linear-gradient(135deg, #8eee8c, #8CEECB);