#8dfeb1
a light, electric green · cool · closest name: aquamarine
RGB
141, 254, 177
HSL
139°, 98%, 78%
CMYK
45, 0, 30, 0
Luminance
0.7972
Every format
| HEX | #8dfeb1 |
| RGB | rgb(141, 254, 177) |
| HSL | hsl(139, 98%, 78%) |
| CMYK | cmyk(45%, 0%, 30%, 0%) |
| LAB | lab(91.6 -48.6 27.0) |
| LCH | lch(91.6 55.6 150.9) |
| OKLCH | oklch(0.910 0.149 152.7) |
Copy-ready code
/* CSS */
color: #8dfeb1;
background-color: #8dfeb1;
/* Tailwind (arbitrary) */
class="text-[#8dfeb1] bg-[#8dfeb1]"
/* SCSS */
$brand: #8dfeb1;
/* SwiftUI */
Color(red: 0.553, green: 0.996, blue: 0.694)
/* Android */
Color.parseColor("#8dfeb1")Accessibility — WCAG contrast
Aa
#8dfeb1 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfeb1 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green99.6%
Blue69.4%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow30.3%
Key (black)0.4%
Color previews
#8dfeb1 text on a black background
contrast 16.94:1
Card sample
#8dfeb1 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfeb1;
Background color
Panel with #8dfeb1 background
background-color: #8dfeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 254, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 254, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfeb1; background: linear-gradient(135deg, #8dfeb1, #8DFEFC);