#9ffbc9
a light, electric green · cool · closest name: aquamarine
RGB
159, 251, 201
HSL
147°, 92%, 80%
CMYK
37, 0, 20, 2
Luminance
0.8058
Every format
| HEX | #9ffbc9 |
| RGB | rgb(159, 251, 201) |
| HSL | hsl(147, 92%, 80%) |
| CMYK | cmyk(37%, 0%, 20%, 2%) |
| LAB | lab(91.9 -38.0 15.4) |
| LCH | lch(91.9 41.0 157.9) |
| OKLCH | oklch(0.917 0.113 159.4) |
Copy-ready code
/* CSS */
color: #9ffbc9;
background-color: #9ffbc9;
/* Tailwind (arbitrary) */
class="text-[#9ffbc9] bg-[#9ffbc9]"
/* SCSS */
$brand: #9ffbc9;
/* SwiftUI */
Color(red: 0.624, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#9ffbc9")Accessibility — WCAG contrast
Aa
#9ffbc9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffbc9 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#9ffbc9 text on a black background
contrast 17.12:1
Card sample
#9ffbc9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffbc9;
Background color
Panel with #9ffbc9 background
background-color: #9ffbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffbc9; background: linear-gradient(135deg, #9ffbc9, #9FF0FB);