#9fd7ac
a light, soft green · cool · closest name: aquamarine
RGB
159, 215, 172
HSL
134°, 41%, 73%
CMYK
26, 0, 20, 16
Luminance
0.5895
Every format
| HEX | #9fd7ac |
| RGB | rgb(159, 215, 172) |
| HSL | hsl(134, 41%, 73%) |
| CMYK | cmyk(26%, 0%, 20%, 16%) |
| LAB | lab(81.3 -26.6 15.5) |
| LCH | lch(81.3 30.8 149.7) |
| OKLCH | oklch(0.829 0.083 151.4) |
Copy-ready code
/* CSS */
color: #9fd7ac;
background-color: #9fd7ac;
/* Tailwind (arbitrary) */
class="text-[#9fd7ac] bg-[#9fd7ac]"
/* SCSS */
$brand: #9fd7ac;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#9fd7ac")Accessibility — WCAG contrast
Aa
#9fd7ac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd7ac on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.3%
Blue67.5%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow20.0%
Key (black)15.7%
Color previews
#9fd7ac text on a black background
contrast 12.79:1
Card sample
#9fd7ac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd7ac;
Background color
Panel with #9fd7ac background
background-color: #9fd7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd7ac; background: linear-gradient(135deg, #9fd7ac, #9FD7D1);