#9fc4cf
a light, soft cyan · cool · closest name: skyblue
RGB
159, 196, 207
HSL
194°, 33%, 72%
CMYK
23, 5, 0, 19
Luminance
0.5136
Every format
| HEX | #9fc4cf |
| RGB | rgb(159, 196, 207) |
| HSL | hsl(194, 33%, 72%) |
| CMYK | cmyk(23%, 5%, 0%, 19%) |
| LAB | lab(76.9 -9.8 -9.6) |
| LCH | lch(76.9 13.7 224.2) |
| OKLCH | oklch(0.797 0.042 217.8) |
Copy-ready code
/* CSS */
color: #9fc4cf;
background-color: #9fc4cf;
/* Tailwind (arbitrary) */
class="text-[#9fc4cf] bg-[#9fc4cf]"
/* SCSS */
$brand: #9fc4cf;
/* SwiftUI */
Color(red: 0.624, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#9fc4cf")Accessibility — WCAG contrast
Aa
#9fc4cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc4cf on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.9%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9fc4cf text on a black background
contrast 11.27:1
Card sample
#9fc4cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc4cf;
Background color
Panel with #9fc4cf background
background-color: #9fc4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc4cf; background: linear-gradient(135deg, #9fc4cf, #9FA4CF);