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