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