#9cbaeb
a light, vivid blue · cool · closest name: skyblue
RGB
156, 186, 235
HSL
217°, 66%, 77%
CMYK
34, 21, 0, 8
Luminance
0.4818
Every format
| HEX | #9cbaeb |
| RGB | rgb(156, 186, 235) |
| HSL | hsl(217, 66%, 77%) |
| CMYK | cmyk(34%, 21%, 0%, 8%) |
| LAB | lab(74.9 1.3 -27.7) |
| LCH | lch(74.9 27.7 272.7) |
| OKLCH | oklch(0.784 0.078 260.1) |
Copy-ready code
/* CSS */
color: #9cbaeb;
background-color: #9cbaeb;
/* Tailwind (arbitrary) */
class="text-[#9cbaeb] bg-[#9cbaeb]"
/* SCSS */
$brand: #9cbaeb;
/* SwiftUI */
Color(red: 0.612, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#9cbaeb")Accessibility — WCAG contrast
Aa
#9cbaeb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cbaeb on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green72.9%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#9cbaeb text on a black background
contrast 10.64:1
Card sample
#9cbaeb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cbaeb;
Background color
Panel with #9cbaeb background
background-color: #9cbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cbaeb; background: linear-gradient(135deg, #9cbaeb, #B39CEB);