#9ab4eb
a light, vivid blue · cool · closest name: skyblue
RGB
154, 180, 235
HSL
221°, 67%, 76%
CMYK
35, 23, 0, 8
Luminance
0.4551
Every format
| HEX | #9ab4eb |
| RGB | rgb(154, 180, 235) |
| HSL | hsl(221, 67%, 76%) |
| CMYK | cmyk(35%, 23%, 0%, 8%) |
| LAB | lab(73.2 4.1 -30.3) |
| LCH | lch(73.2 30.6 277.6) |
| OKLCH | oklch(0.770 0.084 264.9) |
Copy-ready code
/* CSS */
color: #9ab4eb;
background-color: #9ab4eb;
/* Tailwind (arbitrary) */
class="text-[#9ab4eb] bg-[#9ab4eb]"
/* SCSS */
$brand: #9ab4eb;
/* SwiftUI */
Color(red: 0.604, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#9ab4eb")Accessibility — WCAG contrast
Aa
#9ab4eb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab4eb on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green70.6%
Blue92.2%
CMYK percentages
Cyan34.5%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9ab4eb text on a black background
contrast 10.10:1
Card sample
#9ab4eb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab4eb;
Background color
Panel with #9ab4eb background
background-color: #9ab4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab4eb; background: linear-gradient(135deg, #9ab4eb, #B69AEB);