#9fd1cf
a light, soft cyan · cool · closest name: skyblue
RGB
159, 209, 207
HSL
178°, 35%, 72%
CMYK
24, 0, 1, 18
Luminance
0.5748
Every format
| HEX | #9fd1cf |
| RGB | rgb(159, 209, 207) |
| HSL | hsl(178, 35%, 72%) |
| CMYK | cmyk(24%, 0%, 1%, 18%) |
| LAB | lab(80.5 -16.6 -4.3) |
| LCH | lch(80.5 17.1 194.6) |
| OKLCH | oklch(0.825 0.052 193.1) |
Copy-ready code
/* CSS */
color: #9fd1cf;
background-color: #9fd1cf;
/* Tailwind (arbitrary) */
class="text-[#9fd1cf] bg-[#9fd1cf]"
/* SCSS */
$brand: #9fd1cf;
/* SwiftUI */
Color(red: 0.624, green: 0.820, blue: 0.812)
/* Android */
Color.parseColor("#9fd1cf")Accessibility — WCAG contrast
Aa
#9fd1cf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd1cf on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.0%
Blue81.2%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow1.0%
Key (black)18.0%
Color previews
#9fd1cf text on a black background
contrast 12.50:1
Card sample
#9fd1cf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd1cf;
Background color
Panel with #9fd1cf background
background-color: #9fd1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 209, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 209, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd1cf; background: linear-gradient(135deg, #9fd1cf, #9FB2D1);