#8fffad
a light, electric green · cool · closest name: aquamarine
RGB
143, 255, 173
HSL
136°, 100%, 78%
CMYK
44, 0, 32, 0
Luminance
0.8038
Every format
| HEX | #8fffad |
| RGB | rgb(143, 255, 173) |
| HSL | hsl(136, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 32%, 0%) |
| LAB | lab(91.8 -49.2 29.5) |
| LCH | lch(91.8 57.3 149.1) |
| OKLCH | oklch(0.913 0.153 151.0) |
Copy-ready code
/* CSS */
color: #8fffad;
background-color: #8fffad;
/* Tailwind (arbitrary) */
class="text-[#8fffad] bg-[#8fffad]"
/* SCSS */
$brand: #8fffad;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#8fffad")Accessibility — WCAG contrast
Aa
#8fffad on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fffad on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue67.8%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#8fffad text on a black background
contrast 17.08:1
Card sample
#8fffad text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fffad;
Background color
Panel with #8fffad background
background-color: #8fffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fffad; background: linear-gradient(135deg, #8fffad, #8FFFF8);