#9dfceb
a light, electric cyan · cool · closest name: turquoise
RGB
157, 252, 235
HSL
169°, 94%, 80%
CMYK
38, 0, 7, 1
Luminance
0.8279
Every format
| HEX | #9dfceb |
| RGB | rgb(157, 252, 235) |
| HSL | hsl(169, 94%, 80%) |
| CMYK | cmyk(38%, 0%, 7%, 1%) |
| LAB | lab(92.9 -31.9 -0.7) |
| LCH | lch(92.9 31.9 181.3) |
| OKLCH | oklch(0.927 0.094 181.5) |
Copy-ready code
/* CSS */
color: #9dfceb;
background-color: #9dfceb;
/* Tailwind (arbitrary) */
class="text-[#9dfceb] bg-[#9dfceb]"
/* SCSS */
$brand: #9dfceb;
/* SwiftUI */
Color(red: 0.616, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#9dfceb")Accessibility — WCAG contrast
Aa
#9dfceb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfceb on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#9dfceb text on a black background
contrast 17.56:1
Card sample
#9dfceb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfceb;
Background color
Panel with #9dfceb background
background-color: #9dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfceb; background: linear-gradient(135deg, #9dfceb, #9DCEFC);