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