#9ab4ee
a light, vivid blue · cool · closest name: steelblue
RGB
154, 180, 238
HSL
221°, 71%, 77%
CMYK
35, 24, 0, 7
Luminance
0.4569
Every format
| HEX | #9ab4ee |
| RGB | rgb(154, 180, 238) |
| HSL | hsl(221, 71%, 77%) |
| CMYK | cmyk(35%, 24%, 0%, 7%) |
| LAB | lab(73.3 4.8 -31.8) |
| LCH | lch(73.3 32.1 278.6) |
| OKLCH | oklch(0.772 0.088 265.7) |
Copy-ready code
/* CSS */
color: #9ab4ee;
background-color: #9ab4ee;
/* Tailwind (arbitrary) */
class="text-[#9ab4ee] bg-[#9ab4ee]"
/* SCSS */
$brand: #9ab4ee;
/* SwiftUI */
Color(red: 0.604, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#9ab4ee")Accessibility — WCAG contrast
Aa
#9ab4ee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ab4ee on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green70.6%
Blue93.3%
CMYK percentages
Cyan35.3%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#9ab4ee text on a black background
contrast 10.14:1
Card sample
#9ab4ee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ab4ee;
Background color
Panel with #9ab4ee background
background-color: #9ab4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ab4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ab4ee; background: linear-gradient(135deg, #9ab4ee, #B89AEE);