#9fffba
a light, electric green · cool · closest name: aquamarine
RGB
159, 255, 186
HSL
137°, 100%, 81%
CMYK
38, 0, 27, 0
Luminance
0.8244
Every format
| HEX | #9fffba |
| RGB | rgb(159, 255, 186) |
| HSL | hsl(137, 100%, 81%) |
| CMYK | cmyk(38%, 0%, 27%, 0%) |
| LAB | lab(92.8 -42.5 24.2) |
| LCH | lch(92.8 48.9 150.3) |
| OKLCH | oklch(0.923 0.132 152.1) |
Copy-ready code
/* CSS */
color: #9fffba;
background-color: #9fffba;
/* Tailwind (arbitrary) */
class="text-[#9fffba] bg-[#9fffba]"
/* SCSS */
$brand: #9fffba;
/* SwiftUI */
Color(red: 0.624, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#9fffba")Accessibility — WCAG contrast
Aa
#9fffba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fffba on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green100.0%
Blue72.9%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#9fffba text on a black background
contrast 17.49:1
Card sample
#9fffba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fffba;
Background color
Panel with #9fffba background
background-color: #9fffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fffba; background: linear-gradient(135deg, #9fffba, #9FFFFA);