#9dfeb6
a light, electric green · cool · closest name: aquamarine
RGB
157, 254, 182
HSL
136°, 98%, 81%
CMYK
38, 0, 28, 0
Luminance
0.8143
Every format
| HEX | #9dfeb6 |
| RGB | rgb(157, 254, 182) |
| HSL | hsl(136, 98%, 81%) |
| CMYK | cmyk(38%, 0%, 28%, 0%) |
| LAB | lab(92.3 -43.3 25.6) |
| LCH | lch(92.3 50.3 149.4) |
| OKLCH | oklch(0.918 0.135 151.2) |
Copy-ready code
/* CSS */
color: #9dfeb6;
background-color: #9dfeb6;
/* Tailwind (arbitrary) */
class="text-[#9dfeb6] bg-[#9dfeb6]"
/* SCSS */
$brand: #9dfeb6;
/* SwiftUI */
Color(red: 0.616, green: 0.996, blue: 0.714)
/* Android */
Color.parseColor("#9dfeb6")Accessibility — WCAG contrast
Aa
#9dfeb6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfeb6 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.6%
Blue71.4%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow28.3%
Key (black)0.4%
Color previews
#9dfeb6 text on a black background
contrast 17.29:1
Card sample
#9dfeb6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfeb6;
Background color
Panel with #9dfeb6 background
background-color: #9dfeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 254, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 254, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfeb6; background: linear-gradient(135deg, #9dfeb6, #9DFEF7);