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