#9cbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
156, 191, 223
HSL
209°, 51%, 74%
CMYK
30, 14, 0, 13
Luminance
0.4966
Every format
| HEX | #9cbfdf |
| RGB | rgb(156, 191, 223) |
| HSL | hsl(209, 51%, 74%) |
| CMYK | cmyk(30%, 14%, 0%, 13%) |
| LAB | lab(75.9 -4.3 -19.8) |
| LCH | lch(75.9 20.3 257.6) |
| OKLCH | oklch(0.790 0.059 246.2) |
Copy-ready code
/* CSS */
color: #9cbfdf;
background-color: #9cbfdf;
/* Tailwind (arbitrary) */
class="text-[#9cbfdf] bg-[#9cbfdf]"
/* SCSS */
$brand: #9cbfdf;
/* SwiftUI */
Color(red: 0.612, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#9cbfdf")Accessibility — WCAG contrast
Aa
#9cbfdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbfdf on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green74.9%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9cbfdf text on a black background
contrast 10.93:1
Card sample
#9cbfdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbfdf;
Background color
Panel with #9cbfdf background
background-color: #9cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbfdf; background: linear-gradient(135deg, #9cbfdf, #A69CDF);