#8df69e
a light, electric green · cool · closest name: aquamarine
RGB
141, 246, 158
HSL
130°, 85%, 76%
CMYK
43, 0, 36, 4
Luminance
0.7404
Every format
| HEX | #8df69e |
| RGB | rgb(141, 246, 158) |
| HSL | hsl(130, 85%, 76%) |
| CMYK | cmyk(43%, 0%, 36%, 4%) |
| LAB | lab(88.9 -48.4 33.1) |
| LCH | lch(88.9 58.6 145.7) |
| OKLCH | oklch(0.888 0.155 147.9) |
Copy-ready code
/* CSS */
color: #8df69e;
background-color: #8df69e;
/* Tailwind (arbitrary) */
class="text-[#8df69e] bg-[#8df69e]"
/* SCSS */
$brand: #8df69e;
/* SwiftUI */
Color(red: 0.553, green: 0.965, blue: 0.620)
/* Android */
Color.parseColor("#8df69e")Accessibility — WCAG contrast
Aa
#8df69e on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df69e on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green96.5%
Blue62.0%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow35.8%
Key (black)3.5%
Color previews
#8df69e text on a black background
contrast 15.81:1
Card sample
#8df69e text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df69e;
Background color
Panel with #8df69e background
background-color: #8df69e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df69e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 246, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 246, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df69e; background: linear-gradient(135deg, #8df69e, #8DF6E4);