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