#9cbfef
a light, vivid blue · cool · closest name: skyblue
RGB
156, 191, 239
HSL
215°, 72%, 78%
CMYK
35, 20, 0, 6
Luminance
0.5056
Every format
| HEX | #9cbfef |
| RGB | rgb(156, 191, 239) |
| HSL | hsl(215, 72%, 78%) |
| CMYK | cmyk(35%, 20%, 0%, 6%) |
| LAB | lab(76.4 -0.4 -27.6) |
| LCH | lch(76.4 27.6 269.2) |
| OKLCH | oklch(0.796 0.078 256.4) |
Copy-ready code
/* CSS */
color: #9cbfef;
background-color: #9cbfef;
/* Tailwind (arbitrary) */
class="text-[#9cbfef] bg-[#9cbfef]"
/* SCSS */
$brand: #9cbfef;
/* SwiftUI */
Color(red: 0.612, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#9cbfef")Accessibility — WCAG contrast
Aa
#9cbfef on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbfef on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green74.9%
Blue93.7%
CMYK percentages
Cyan34.7%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#9cbfef text on a black background
contrast 11.11:1
Card sample
#9cbfef text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbfef;
Background color
Panel with #9cbfef background
background-color: #9cbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbfef; background: linear-gradient(135deg, #9cbfef, #B09CEF);