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