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