#9bbceb
a light, vivid blue · cool · closest name: skyblue
RGB
155, 188, 235
HSL
215°, 67%, 77%
CMYK
34, 20, 0, 8
Luminance
0.4893
Every format
| HEX | #9bbceb |
| RGB | rgb(155, 188, 235) |
| HSL | hsl(215, 67%, 77%) |
| CMYK | cmyk(34%, 20%, 0%, 8%) |
| LAB | lab(75.4 -0.0 -27.0) |
| LCH | lch(75.4 27.0 269.9) |
| OKLCH | oklch(0.788 0.076 257.2) |
Copy-ready code
/* CSS */
color: #9bbceb;
background-color: #9bbceb;
/* Tailwind (arbitrary) */
class="text-[#9bbceb] bg-[#9bbceb]"
/* SCSS */
$brand: #9bbceb;
/* SwiftUI */
Color(red: 0.608, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#9bbceb")Accessibility — WCAG contrast
Aa
#9bbceb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbceb on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9bbceb text on a black background
contrast 10.79:1
Card sample
#9bbceb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbceb;
Background color
Panel with #9bbceb background
background-color: #9bbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbceb; background: linear-gradient(135deg, #9bbceb, #AF9BEB);