#8ee295
a light, vivid green · cool · closest name: aquamarine
RGB
142, 226, 149
HSL
125°, 59%, 72%
CMYK
37, 0, 34, 11
Luminance
0.6231
Every format
| HEX | #8ee295 |
| RGB | rgb(142, 226, 149) |
| HSL | hsl(125, 59%, 72%) |
| CMYK | cmyk(37%, 0%, 34%, 11%) |
| LAB | lab(83.1 -40.9 29.8) |
| LCH | lch(83.1 50.6 143.9) |
| OKLCH | oklch(0.840 0.134 146.2) |
Copy-ready code
/* CSS */
color: #8ee295;
background-color: #8ee295;
/* Tailwind (arbitrary) */
class="text-[#8ee295] bg-[#8ee295]"
/* SCSS */
$brand: #8ee295;
/* SwiftUI */
Color(red: 0.557, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#8ee295")Accessibility — WCAG contrast
Aa
#8ee295 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ee295 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green88.6%
Blue58.4%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#8ee295 text on a black background
contrast 13.46:1
Card sample
#8ee295 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ee295;
Background color
Panel with #8ee295 background
background-color: #8ee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ee295; background: linear-gradient(135deg, #8ee295, #8EE2CD);