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