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