#9fc2ce
a light, soft cyan · cool · closest name: skyblue
RGB
159, 194, 206
HSL
195°, 32%, 72%
CMYK
23, 6, 0, 19
Luminance
0.5041
Every format
| HEX | #9fc2ce |
| RGB | rgb(159, 194, 206) |
| HSL | hsl(195, 32%, 72%) |
| CMYK | cmyk(23%, 6%, 0%, 19%) |
| LAB | lab(76.3 -9.0 -9.9) |
| LCH | lch(76.3 13.4 227.6) |
| OKLCH | oklch(0.792 0.041 220.7) |
Copy-ready code
/* CSS */
color: #9fc2ce;
background-color: #9fc2ce;
/* Tailwind (arbitrary) */
class="text-[#9fc2ce] bg-[#9fc2ce]"
/* SCSS */
$brand: #9fc2ce;
/* SwiftUI */
Color(red: 0.624, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#9fc2ce")Accessibility — WCAG contrast
Aa
#9fc2ce on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc2ce on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.1%
Blue80.8%
CMYK percentages
Cyan22.8%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#9fc2ce text on a black background
contrast 11.08:1
Card sample
#9fc2ce text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc2ce;
Background color
Panel with #9fc2ce background
background-color: #9fc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc2ce; background: linear-gradient(135deg, #9fc2ce, #9FA3CE);