#9fefac
a light, vivid green · cool · closest name: aquamarine
RGB
159, 239, 172
HSL
130°, 71%, 78%
CMYK
34, 0, 28, 6
Luminance
0.7208
Every format
| HEX | #9fefac |
| RGB | rgb(159, 239, 172) |
| HSL | hsl(130, 71%, 78%) |
| CMYK | cmyk(34%, 0%, 28%, 6%) |
| LAB | lab(88.0 -37.8 24.9) |
| LCH | lch(88.0 45.2 146.7) |
| OKLCH | oklch(0.883 0.121 148.6) |
Copy-ready code
/* CSS */
color: #9fefac;
background-color: #9fefac;
/* Tailwind (arbitrary) */
class="text-[#9fefac] bg-[#9fefac]"
/* SCSS */
$brand: #9fefac;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#9fefac")Accessibility — WCAG contrast
Aa
#9fefac on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefac on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue67.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#9fefac text on a black background
contrast 15.42:1
Card sample
#9fefac text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefac;
Background color
Panel with #9fefac background
background-color: #9fefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefac; background: linear-gradient(135deg, #9fefac, #9FEFE1);