#9fcfef
a light, vivid blue · cool · closest name: skyblue
RGB
159, 207, 239
HSL
204°, 71%, 78%
CMYK
34, 13, 0, 6
Luminance
0.5823
Every format
| HEX | #9fcfef |
| RGB | rgb(159, 207, 239) |
| HSL | hsl(204, 71%, 78%) |
| CMYK | cmyk(34%, 13%, 0%, 6%) |
| LAB | lab(80.9 -8.1 -20.8) |
| LCH | lch(80.9 22.3 248.7) |
| OKLCH | oklch(0.832 0.067 237.8) |
Copy-ready code
/* CSS */
color: #9fcfef;
background-color: #9fcfef;
/* Tailwind (arbitrary) */
class="text-[#9fcfef] bg-[#9fcfef]"
/* SCSS */
$brand: #9fcfef;
/* SwiftUI */
Color(red: 0.624, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#9fcfef")Accessibility — WCAG contrast
Aa
#9fcfef on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcfef on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green81.2%
Blue93.7%
CMYK percentages
Cyan33.5%
Magenta13.4%
Yellow0.0%
Key (black)6.3%
Color previews
#9fcfef text on a black background
contrast 12.65:1
Card sample
#9fcfef text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcfef;
Background color
Panel with #9fcfef background
background-color: #9fcfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 207, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 207, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcfef; background: linear-gradient(135deg, #9fcfef, #A49FEF);