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