#9fdec4
a light, vivid green · cool · closest name: turquoise
RGB
159, 222, 196
HSL
155°, 49%, 75%
CMYK
28, 0, 12, 13
Luminance
0.6360
Every format
| HEX | #9fdec4 |
| RGB | rgb(159, 222, 196) |
| HSL | hsl(155, 49%, 75%) |
| CMYK | cmyk(28%, 0%, 12%, 13%) |
| LAB | lab(83.8 -25.3 6.4) |
| LCH | lch(83.8 26.1 165.9) |
| OKLCH | oklch(0.851 0.074 167.1) |
Copy-ready code
/* CSS */
color: #9fdec4;
background-color: #9fdec4;
/* Tailwind (arbitrary) */
class="text-[#9fdec4] bg-[#9fdec4]"
/* SCSS */
$brand: #9fdec4;
/* SwiftUI */
Color(red: 0.624, green: 0.871, blue: 0.769)
/* Android */
Color.parseColor("#9fdec4")Accessibility — WCAG contrast
Aa
#9fdec4 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdec4 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.1%
Blue76.9%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow11.7%
Key (black)12.9%
Color previews
#9fdec4 text on a black background
contrast 13.72:1
Card sample
#9fdec4 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdec4;
Background color
Panel with #9fdec4 background
background-color: #9fdec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 222, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 222, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdec4; background: linear-gradient(135deg, #9fdec4, #9FCEDE);