#9fdfec
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 223, 236
HSL
190°, 67%, 78%
CMYK
33, 6, 0, 8
Luminance
0.6620
Every format
| HEX | #9fdfec |
| RGB | rgb(159, 223, 236) |
| HSL | hsl(190, 67%, 78%) |
| CMYK | cmyk(33%, 6%, 0%, 8%) |
| LAB | lab(85.1 -17.1 -12.8) |
| LCH | lch(85.1 21.3 216.9) |
| OKLCH | oklch(0.865 0.067 211.6) |
Copy-ready code
/* CSS */
color: #9fdfec;
background-color: #9fdfec;
/* Tailwind (arbitrary) */
class="text-[#9fdfec] bg-[#9fdfec]"
/* SCSS */
$brand: #9fdfec;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#9fdfec")Accessibility — WCAG contrast
Aa
#9fdfec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdfec on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue92.5%
CMYK percentages
Cyan32.6%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#9fdfec text on a black background
contrast 14.24:1
Card sample
#9fdfec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdfec;
Background color
Panel with #9fdfec background
background-color: #9fdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdfec; background: linear-gradient(135deg, #9fdfec, #9FACEC);