#9cc0eb
a light, vivid blue · cool · closest name: skyblue
RGB
156, 192, 235
HSL
213°, 66%, 77%
CMYK
34, 18, 0, 8
Luminance
0.5077
Every format
| HEX | #9cc0eb |
| RGB | rgb(156, 192, 235) |
| HSL | hsl(213, 66%, 77%) |
| CMYK | cmyk(34%, 18%, 0%, 8%) |
| LAB | lab(76.5 -1.9 -25.2) |
| LCH | lch(76.5 25.3 265.6) |
| OKLCH | oklch(0.797 0.073 253.2) |
Copy-ready code
/* CSS */
color: #9cc0eb;
background-color: #9cc0eb;
/* Tailwind (arbitrary) */
class="text-[#9cc0eb] bg-[#9cc0eb]"
/* SCSS */
$brand: #9cc0eb;
/* SwiftUI */
Color(red: 0.612, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#9cc0eb")Accessibility — WCAG contrast
Aa
#9cc0eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cc0eb on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green75.3%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9cc0eb text on a black background
contrast 11.15:1
Card sample
#9cc0eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cc0eb;
Background color
Panel with #9cc0eb background
background-color: #9cc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cc0eb; background: linear-gradient(135deg, #9cc0eb, #AD9CEB);