#9cffaf
a light, electric green · cool · closest name: aquamarine
RGB
156, 255, 175
HSL
132°, 100%, 81%
CMYK
39, 0, 31, 0
Luminance
0.8168
Every format
| HEX | #9cffaf |
| RGB | rgb(156, 255, 175) |
| HSL | hsl(132, 100%, 81%) |
| CMYK | cmyk(39%, 0%, 31%, 0%) |
| LAB | lab(92.4 -45.2 29.3) |
| LCH | lch(92.4 53.9 147.0) |
| OKLCH | oklch(0.919 0.144 149.1) |
Copy-ready code
/* CSS */
color: #9cffaf;
background-color: #9cffaf;
/* Tailwind (arbitrary) */
class="text-[#9cffaf] bg-[#9cffaf]"
/* SCSS */
$brand: #9cffaf;
/* SwiftUI */
Color(red: 0.612, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#9cffaf")Accessibility — WCAG contrast
Aa
#9cffaf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cffaf on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green100.0%
Blue68.6%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#9cffaf text on a black background
contrast 17.34:1
Card sample
#9cffaf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cffaf;
Background color
Panel with #9cffaf background
background-color: #9cffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cffaf; background: linear-gradient(135deg, #9cffaf, #9CFFF1);