#9ff7ac
a light, electric green · cool · closest name: aquamarine
RGB
159, 247, 172
HSL
129°, 85%, 80%
CMYK
36, 0, 30, 3
Luminance
0.7687
Every format
| HEX | #9ff7ac |
| RGB | rgb(159, 247, 172) |
| HSL | hsl(129, 85%, 80%) |
| CMYK | cmyk(36%, 0%, 30%, 3%) |
| LAB | lab(90.3 -41.4 27.9) |
| LCH | lch(90.3 49.9 146.0) |
| OKLCH | oklch(0.901 0.133 148.0) |
Copy-ready code
/* CSS */
color: #9ff7ac;
background-color: #9ff7ac;
/* Tailwind (arbitrary) */
class="text-[#9ff7ac] bg-[#9ff7ac]"
/* SCSS */
$brand: #9ff7ac;
/* SwiftUI */
Color(red: 0.624, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#9ff7ac")Accessibility — WCAG contrast
Aa
#9ff7ac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff7ac on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green96.9%
Blue67.5%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#9ff7ac text on a black background
contrast 16.37:1
Card sample
#9ff7ac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff7ac;
Background color
Panel with #9ff7ac background
background-color: #9ff7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff7ac; background: linear-gradient(135deg, #9ff7ac, #9FF7E7);