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