#9dfdbf
a light, electric green · cool · closest name: aquamarine
RGB
157, 253, 191
HSL
141°, 96%, 80%
CMYK
38, 0, 25, 1
Luminance
0.8118
Every format
| HEX | #9dfdbf |
| RGB | rgb(157, 253, 191) |
| HSL | hsl(141, 96%, 80%) |
| CMYK | cmyk(38%, 0%, 25%, 1%) |
| LAB | lab(92.2 -41.3 20.9) |
| LCH | lch(92.2 46.3 153.1) |
| OKLCH | oklch(0.918 0.125 154.8) |
Copy-ready code
/* CSS */
color: #9dfdbf;
background-color: #9dfdbf;
/* Tailwind (arbitrary) */
class="text-[#9dfdbf] bg-[#9dfdbf]"
/* SCSS */
$brand: #9dfdbf;
/* SwiftUI */
Color(red: 0.616, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#9dfdbf")Accessibility — WCAG contrast
Aa
#9dfdbf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfdbf on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#9dfdbf text on a black background
contrast 17.24:1
Card sample
#9dfdbf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfdbf;
Background color
Panel with #9dfdbf background
background-color: #9dfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfdbf; background: linear-gradient(135deg, #9dfdbf, #9DFBFD);