#9dfebc
a light, electric green · cool · closest name: aquamarine
RGB
157, 254, 188
HSL
139°, 98%, 81%
CMYK
38, 0, 26, 0
Luminance
0.8168
Every format
| HEX | #9dfebc |
| RGB | rgb(157, 254, 188) |
| HSL | hsl(139, 98%, 81%) |
| CMYK | cmyk(38%, 0%, 26%, 0%) |
| LAB | lab(92.4 -42.3 22.8) |
| LCH | lch(92.4 48.0 151.7) |
| OKLCH | oklch(0.920 0.130 153.4) |
Copy-ready code
/* CSS */
color: #9dfebc;
background-color: #9dfebc;
/* Tailwind (arbitrary) */
class="text-[#9dfebc] bg-[#9dfebc]"
/* SCSS */
$brand: #9dfebc;
/* SwiftUI */
Color(red: 0.616, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#9dfebc")Accessibility — WCAG contrast
Aa
#9dfebc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfebc on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.6%
Blue73.7%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#9dfebc text on a black background
contrast 17.34:1
Card sample
#9dfebc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfebc;
Background color
Panel with #9dfebc background
background-color: #9dfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfebc; background: linear-gradient(135deg, #9dfebc, #9DFEFD);