#9fcdec
a light, vivid blue · cool · closest name: skyblue
RGB
159, 205, 236
HSL
204°, 67%, 78%
CMYK
33, 13, 0, 8
Luminance
0.5709
Every format
| HEX | #9fcdec |
| RGB | rgb(159, 205, 236) |
| HSL | hsl(204, 67%, 78%) |
| CMYK | cmyk(33%, 13%, 0%, 8%) |
| LAB | lab(80.2 -7.8 -20.1) |
| LCH | lch(80.2 21.6 248.9) |
| OKLCH | oklch(0.826 0.065 238.1) |
Copy-ready code
/* CSS */
color: #9fcdec;
background-color: #9fcdec;
/* Tailwind (arbitrary) */
class="text-[#9fcdec] bg-[#9fcdec]"
/* SCSS */
$brand: #9fcdec;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#9fcdec")Accessibility — WCAG contrast
Aa
#9fcdec on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcdec on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue92.5%
CMYK percentages
Cyan32.6%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#9fcdec text on a black background
contrast 12.42:1
Card sample
#9fcdec text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcdec;
Background color
Panel with #9fcdec background
background-color: #9fcdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcdec; background: linear-gradient(135deg, #9fcdec, #A59FEC);