#9fffda
a light, electric green · cool · closest name: aquamarine
RGB
159, 255, 218
HSL
157°, 100%, 81%
CMYK
38, 0, 15, 0
Luminance
0.8395
Every format
| HEX | #9fffda |
| RGB | rgb(159, 255, 218) |
| HSL | hsl(157, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 15%, 0%) |
| LAB | lab(93.4 -36.4 8.8) |
| LCH | lch(93.4 37.5 166.4) |
| OKLCH | oklch(0.930 0.105 167.6) |
Copy-ready code
/* CSS */
color: #9fffda;
background-color: #9fffda;
/* Tailwind (arbitrary) */
class="text-[#9fffda] bg-[#9fffda]"
/* SCSS */
$brand: #9fffda;
/* SwiftUI */
Color(red: 0.624, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#9fffda")Accessibility — WCAG contrast
Aa
#9fffda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fffda on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green100.0%
Blue85.5%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#9fffda text on a black background
contrast 17.79:1
Card sample
#9fffda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fffda;
Background color
Panel with #9fffda background
background-color: #9fffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fffda; background: linear-gradient(135deg, #9fffda, #9FE4FF);