#9ff6af
a light, electric green · cool · closest name: aquamarine
RGB
159, 246, 175
HSL
131°, 83%, 79%
CMYK
35, 0, 29, 4
Luminance
0.7638
Every format
| HEX | #9ff6af |
| RGB | rgb(159, 246, 175) |
| HSL | hsl(131, 83%, 79%) |
| CMYK | cmyk(35%, 0%, 29%, 4%) |
| LAB | lab(90.0 -40.4 26.1) |
| LCH | lch(90.0 48.1 147.2) |
| OKLCH | oklch(0.900 0.129 149.1) |
Copy-ready code
/* CSS */
color: #9ff6af;
background-color: #9ff6af;
/* Tailwind (arbitrary) */
class="text-[#9ff6af] bg-[#9ff6af]"
/* SCSS */
$brand: #9ff6af;
/* SwiftUI */
Color(red: 0.624, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#9ff6af")Accessibility — WCAG contrast
Aa
#9ff6af on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff6af on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green96.5%
Blue68.6%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#9ff6af text on a black background
contrast 16.28:1
Card sample
#9ff6af text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff6af;
Background color
Panel with #9ff6af background
background-color: #9ff6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff6af; background: linear-gradient(135deg, #9ff6af, #9FF6E9);