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