#9cfbaf
a light, electric green · cool · closest name: aquamarine
RGB
156, 251, 175
HSL
132°, 92%, 80%
CMYK
38, 0, 30, 2
Luminance
0.7916
Every format
| HEX | #9cfbaf |
| RGB | rgb(156, 251, 175) |
| HSL | hsl(132, 92%, 80%) |
| CMYK | cmyk(38%, 0%, 30%, 2%) |
| LAB | lab(91.3 -43.5 27.8) |
| LCH | lch(91.3 51.6 147.4) |
| OKLCH | oklch(0.910 0.138 149.4) |
Copy-ready code
/* CSS */
color: #9cfbaf;
background-color: #9cfbaf;
/* Tailwind (arbitrary) */
class="text-[#9cfbaf] bg-[#9cfbaf]"
/* SCSS */
$brand: #9cfbaf;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#9cfbaf")Accessibility — WCAG contrast
Aa
#9cfbaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfbaf on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#9cfbaf text on a black background
contrast 16.83:1
Card sample
#9cfbaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfbaf;
Background color
Panel with #9cfbaf background
background-color: #9cfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfbaf; background: linear-gradient(135deg, #9cfbaf, #9CFBEE);