#9cfcaf
a light, electric green · cool · closest name: aquamarine
RGB
156, 252, 175
HSL
132°, 94%, 80%
CMYK
38, 0, 31, 1
Luminance
0.7978
Every format
| HEX | #9cfcaf |
| RGB | rgb(156, 252, 175) |
| HSL | hsl(132, 94%, 80%) |
| CMYK | cmyk(38%, 0%, 31%, 1%) |
| LAB | lab(91.6 -43.9 28.2) |
| LCH | lch(91.6 52.2 147.3) |
| OKLCH | oklch(0.912 0.139 149.3) |
Copy-ready code
/* CSS */
color: #9cfcaf;
background-color: #9cfcaf;
/* Tailwind (arbitrary) */
class="text-[#9cfcaf] bg-[#9cfcaf]"
/* SCSS */
$brand: #9cfcaf;
/* SwiftUI */
Color(red: 0.612, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#9cfcaf")Accessibility — WCAG contrast
Aa
#9cfcaf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfcaf on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#9cfcaf text on a black background
contrast 16.96:1
Card sample
#9cfcaf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfcaf;
Background color
Panel with #9cfcaf background
background-color: #9cfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfcaf; background: linear-gradient(135deg, #9cfcaf, #9CFCEF);