#9fd2ad
a light, soft green · cool · closest name: aquamarine
RGB
159, 210, 173
HSL
137°, 36%, 72%
CMYK
24, 0, 18, 18
Luminance
0.5648
Every format
| HEX | #9fd2ad |
| RGB | rgb(159, 210, 173) |
| HSL | hsl(137, 36%, 72%) |
| CMYK | cmyk(24%, 0%, 18%, 18%) |
| LAB | lab(79.9 -23.9 13.0) |
| LCH | lch(79.9 27.3 151.4) |
| OKLCH | oklch(0.818 0.074 153.1) |
Copy-ready code
/* CSS */
color: #9fd2ad;
background-color: #9fd2ad;
/* Tailwind (arbitrary) */
class="text-[#9fd2ad] bg-[#9fd2ad]"
/* SCSS */
$brand: #9fd2ad;
/* SwiftUI */
Color(red: 0.624, green: 0.824, blue: 0.678)
/* Android */
Color.parseColor("#9fd2ad")Accessibility — WCAG contrast
Aa
#9fd2ad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd2ad on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.4%
Blue67.8%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow17.6%
Key (black)17.6%
Color previews
#9fd2ad text on a black background
contrast 12.30:1
Card sample
#9fd2ad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd2ad;
Background color
Panel with #9fd2ad background
background-color: #9fd2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 210, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 210, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd2ad; background: linear-gradient(135deg, #9fd2ad, #9FD2CF);