#9ffcaf
a light, electric green · cool · closest name: aquamarine
RGB
159, 252, 175
HSL
130°, 94%, 81%
CMYK
37, 0, 31, 1
Luminance
0.8009
Every format
| HEX | #9ffcaf |
| RGB | rgb(159, 252, 175) |
| HSL | hsl(130, 94%, 81%) |
| CMYK | cmyk(37%, 0%, 31%, 1%) |
| LAB | lab(91.7 -43.1 28.4) |
| LCH | lch(91.7 51.6 146.6) |
| OKLCH | oklch(0.913 0.138 148.6) |
Copy-ready code
/* CSS */
color: #9ffcaf;
background-color: #9ffcaf;
/* Tailwind (arbitrary) */
class="text-[#9ffcaf] bg-[#9ffcaf]"
/* SCSS */
$brand: #9ffcaf;
/* SwiftUI */
Color(red: 0.624, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#9ffcaf")Accessibility — WCAG contrast
Aa
#9ffcaf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffcaf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.8%
Blue68.6%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#9ffcaf text on a black background
contrast 17.02:1
Card sample
#9ffcaf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffcaf;
Background color
Panel with #9ffcaf background
background-color: #9ffcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffcaf; background: linear-gradient(135deg, #9ffcaf, #9FFCED);