#9fefdf
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 239, 223
HSL
168°, 71%, 78%
CMYK
34, 0, 7, 6
Luminance
0.7443
Every format
| HEX | #9fefdf |
| RGB | rgb(159, 239, 223) |
| HSL | hsl(168, 71%, 78%) |
| CMYK | cmyk(34%, 0%, 7%, 6%) |
| LAB | lab(89.1 -27.9 -0.0) |
| LCH | lch(89.1 27.9 180.1) |
| OKLCH | oklch(0.896 0.082 180.4) |
Copy-ready code
/* CSS */
color: #9fefdf;
background-color: #9fefdf;
/* Tailwind (arbitrary) */
class="text-[#9fefdf] bg-[#9fefdf]"
/* SCSS */
$brand: #9fefdf;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#9fefdf")Accessibility — WCAG contrast
Aa
#9fefdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefdf on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue87.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#9fefdf text on a black background
contrast 15.89:1
Card sample
#9fefdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefdf;
Background color
Panel with #9fefdf background
background-color: #9fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefdf; background: linear-gradient(135deg, #9fefdf, #9FCAEF);