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