#9dfdac
a light, electric green · cool · closest name: aquamarine
RGB
157, 253, 172
HSL
129°, 96%, 80%
CMYK
38, 0, 32, 1
Luminance
0.8040
Every format
| HEX | #9dfdac |
| RGB | rgb(157, 253, 172) |
| HSL | hsl(129, 96%, 80%) |
| CMYK | cmyk(38%, 0%, 32%, 1%) |
| LAB | lab(91.9 -44.6 30.1) |
| LCH | lch(91.9 53.8 146.0) |
| OKLCH | oklch(0.914 0.143 148.1) |
Copy-ready code
/* CSS */
color: #9dfdac;
background-color: #9dfdac;
/* Tailwind (arbitrary) */
class="text-[#9dfdac] bg-[#9dfdac]"
/* SCSS */
$brand: #9dfdac;
/* SwiftUI */
Color(red: 0.616, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#9dfdac")Accessibility — WCAG contrast
Aa
#9dfdac on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfdac on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#9dfdac text on a black background
contrast 17.08:1
Card sample
#9dfdac text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfdac;
Background color
Panel with #9dfdac background
background-color: #9dfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfdac; background: linear-gradient(135deg, #9dfdac, #9DFDEC);