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