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