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