#9ff9da
a light, electric green · cool · closest name: aquamarine
RGB
159, 249, 218
HSL
159°, 88%, 80%
CMYK
36, 0, 12, 2
Luminance
0.8018
Every format
| HEX | #9ff9da |
| RGB | rgb(159, 249, 218) |
| HSL | hsl(159, 88%, 80%) |
| CMYK | cmyk(36%, 0%, 12%, 2%) |
| LAB | lab(91.8 -33.6 6.4) |
| LCH | lch(91.8 34.2 169.2) |
| OKLCH | oklch(0.917 0.097 170.3) |
Copy-ready code
/* CSS */
color: #9ff9da;
background-color: #9ff9da;
/* Tailwind (arbitrary) */
class="text-[#9ff9da] bg-[#9ff9da]"
/* SCSS */
$brand: #9ff9da;
/* SwiftUI */
Color(red: 0.624, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#9ff9da")Accessibility — WCAG contrast
Aa
#9ff9da on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff9da on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green97.6%
Blue85.5%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#9ff9da text on a black background
contrast 17.04:1
Card sample
#9ff9da text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff9da;
Background color
Panel with #9ff9da background
background-color: #9ff9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff9da; background: linear-gradient(135deg, #9ff9da, #9FDCF9);