#9fdfee
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 223, 238
HSL
191°, 70%, 78%
CMYK
33, 6, 0, 7
Luminance
0.6632
Every format
| HEX | #9fdfee |
| RGB | rgb(159, 223, 238) |
| HSL | hsl(191, 70%, 78%) |
| CMYK | cmyk(33%, 6%, 0%, 7%) |
| LAB | lab(85.2 -16.6 -13.8) |
| LCH | lch(85.2 21.6 219.7) |
| OKLCH | oklch(0.866 0.068 213.9) |
Copy-ready code
/* CSS */
color: #9fdfee;
background-color: #9fdfee;
/* Tailwind (arbitrary) */
class="text-[#9fdfee] bg-[#9fdfee]"
/* SCSS */
$brand: #9fdfee;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#9fdfee")Accessibility — WCAG contrast
Aa
#9fdfee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdfee on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue93.3%
CMYK percentages
Cyan33.2%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#9fdfee text on a black background
contrast 14.26:1
Card sample
#9fdfee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdfee;
Background color
Panel with #9fdfee background
background-color: #9fdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdfee; background: linear-gradient(135deg, #9fdfee, #9FAAEE);