#9fddbf
a light, vivid green · cool · closest name: aquamarine
RGB
159, 221, 191
HSL
151°, 48%, 75%
CMYK
28, 0, 14, 13
Luminance
0.6285
Every format
| HEX | #9fddbf |
| RGB | rgb(159, 221, 191) |
| HSL | hsl(151, 48%, 75%) |
| CMYK | cmyk(28%, 0%, 14%, 13%) |
| LAB | lab(83.4 -25.9 8.4) |
| LCH | lch(83.4 27.2 161.9) |
| OKLCH | oklch(0.847 0.076 163.3) |
Copy-ready code
/* CSS */
color: #9fddbf;
background-color: #9fddbf;
/* Tailwind (arbitrary) */
class="text-[#9fddbf] bg-[#9fddbf]"
/* SCSS */
$brand: #9fddbf;
/* SwiftUI */
Color(red: 0.624, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#9fddbf")Accessibility — WCAG contrast
Aa
#9fddbf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fddbf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.7%
Blue74.9%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#9fddbf text on a black background
contrast 13.57:1
Card sample
#9fddbf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fddbf;
Background color
Panel with #9fddbf background
background-color: #9fddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fddbf; background: linear-gradient(135deg, #9fddbf, #9FD2DD);