#9fcbcf
a light, soft cyan · cool · closest name: skyblue
RGB
159, 203, 207
HSL
185°, 33%, 72%
CMYK
23, 2, 0, 19
Luminance
0.5459
Every format
| HEX | #9fcbcf |
| RGB | rgb(159, 203, 207) |
| HSL | hsl(185, 33%, 72%) |
| CMYK | cmyk(23%, 2%, 0%, 19%) |
| LAB | lab(78.8 -13.5 -6.7) |
| LCH | lch(78.8 15.1 206.5) |
| OKLCH | oklch(0.812 0.047 203.2) |
Copy-ready code
/* CSS */
color: #9fcbcf;
background-color: #9fcbcf;
/* Tailwind (arbitrary) */
class="text-[#9fcbcf] bg-[#9fcbcf]"
/* SCSS */
$brand: #9fcbcf;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#9fcbcf")Accessibility — WCAG contrast
Aa
#9fcbcf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbcf on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9fcbcf text on a black background
contrast 11.92:1
Card sample
#9fcbcf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbcf;
Background color
Panel with #9fcbcf background
background-color: #9fcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbcf; background: linear-gradient(135deg, #9fcbcf, #9FABCF);