#8dfeb9
a light, electric green · cool · closest name: aquamarine
RGB
141, 254, 185
HSL
143°, 98%, 78%
CMYK
45, 0, 27, 0
Luminance
0.8005
Every format
| HEX | #8dfeb9 |
| RGB | rgb(141, 254, 185) |
| HSL | hsl(143, 98%, 78%) |
| CMYK | cmyk(45%, 0%, 27%, 0%) |
| LAB | lab(91.7 -47.1 23.2) |
| LCH | lch(91.7 52.5 153.8) |
| OKLCH | oklch(0.912 0.142 155.5) |
Copy-ready code
/* CSS */
color: #8dfeb9;
background-color: #8dfeb9;
/* Tailwind (arbitrary) */
class="text-[#8dfeb9] bg-[#8dfeb9]"
/* SCSS */
$brand: #8dfeb9;
/* SwiftUI */
Color(red: 0.553, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#8dfeb9")Accessibility — WCAG contrast
Aa
#8dfeb9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfeb9 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green99.6%
Blue72.5%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#8dfeb9 text on a black background
contrast 17.01:1
Card sample
#8dfeb9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfeb9;
Background color
Panel with #8dfeb9 background
background-color: #8dfeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfeb9; background: linear-gradient(135deg, #8dfeb9, #8DF8FE);