#9cb4eb
a light, vivid blue · cool · closest name: skyblue
RGB
156, 180, 235
HSL
222°, 66%, 77%
CMYK
34, 23, 0, 8
Luminance
0.4571
Every format
| HEX | #9cb4eb |
| RGB | rgb(156, 180, 235) |
| HSL | hsl(222, 66%, 77%) |
| CMYK | cmyk(34%, 23%, 0%, 8%) |
| LAB | lab(73.3 4.6 -30.1) |
| LCH | lch(73.3 30.5 278.7) |
| OKLCH | oklch(0.772 0.084 266.2) |
Copy-ready code
/* CSS */
color: #9cb4eb;
background-color: #9cb4eb;
/* Tailwind (arbitrary) */
class="text-[#9cb4eb] bg-[#9cb4eb]"
/* SCSS */
$brand: #9cb4eb;
/* SwiftUI */
Color(red: 0.612, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#9cb4eb")Accessibility — WCAG contrast
Aa
#9cb4eb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb4eb on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green70.6%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9cb4eb text on a black background
contrast 10.14:1
Card sample
#9cb4eb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb4eb;
Background color
Panel with #9cb4eb background
background-color: #9cb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb4eb; background: linear-gradient(135deg, #9cb4eb, #B99CEB);