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