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