#9fbcdf
a light, vivid blue · cool · closest name: skyblue
RGB
159, 188, 223
HSL
213°, 50%, 75%
CMYK
29, 16, 0, 13
Luminance
0.4867
Every format
| HEX | #9fbcdf |
| RGB | rgb(159, 188, 223) |
| HSL | hsl(213, 50%, 75%) |
| CMYK | cmyk(29%, 16%, 0%, 13%) |
| LAB | lab(75.2 -1.9 -20.7) |
| LCH | lch(75.2 20.8 264.8) |
| OKLCH | oklch(0.786 0.059 253.3) |
Copy-ready code
/* CSS */
color: #9fbcdf;
background-color: #9fbcdf;
/* Tailwind (arbitrary) */
class="text-[#9fbcdf] bg-[#9fbcdf]"
/* SCSS */
$brand: #9fbcdf;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#9fbcdf")Accessibility — WCAG contrast
Aa
#9fbcdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbcdf on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9fbcdf text on a black background
contrast 10.73:1
Card sample
#9fbcdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbcdf;
Background color
Panel with #9fbcdf background
background-color: #9fbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbcdf; background: linear-gradient(135deg, #9fbcdf, #AD9FDF);