#9cfbfc
a light, electric cyan · cool · closest name: turquoise
RGB
156, 251, 252
HSL
181°, 94%, 80%
CMYK
38, 0, 0, 1
Luminance
0.8309
Every format
| HEX | #9cfbfc |
| RGB | rgb(156, 251, 252) |
| HSL | hsl(181, 94%, 80%) |
| CMYK | cmyk(38%, 0%, 0%, 1%) |
| LAB | lab(93.0 -27.8 -9.3) |
| LCH | lch(93.0 29.3 198.6) |
| OKLCH | oklch(0.930 0.090 196.6) |
Copy-ready code
/* CSS */
color: #9cfbfc;
background-color: #9cfbfc;
/* Tailwind (arbitrary) */
class="text-[#9cfbfc] bg-[#9cfbfc]"
/* SCSS */
$brand: #9cfbfc;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.988)
/* Android */
Color.parseColor("#9cfbfc")Accessibility — WCAG contrast
Aa
#9cfbfc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfbfc on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue98.8%
CMYK percentages
Cyan38.1%
Magenta0.4%
Yellow0.0%
Key (black)1.2%
Color previews
#9cfbfc text on a black background
contrast 17.62:1
Card sample
#9cfbfc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfbfc;
Background color
Panel with #9cfbfc background
background-color: #9cfbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfbfc; background: linear-gradient(135deg, #9cfbfc, #9CBBFC);