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