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