#9baaeb
a light, vivid blue · warm · closest name: steelblue
RGB
155, 170, 235
HSL
229°, 67%, 77%
CMYK
34, 28, 0, 8
Luminance
0.4172
Every format
| HEX | #9baaeb |
| RGB | rgb(155, 170, 235) |
| HSL | hsl(229, 67%, 77%) |
| CMYK | cmyk(34%, 28%, 0%, 8%) |
| LAB | lab(70.7 9.9 -34.3) |
| LCH | lch(70.7 35.7 286.1) |
| OKLCH | oklch(0.751 0.095 273.9) |
Copy-ready code
/* CSS */
color: #9baaeb;
background-color: #9baaeb;
/* Tailwind (arbitrary) */
class="text-[#9baaeb] bg-[#9baaeb]"
/* SCSS */
$brand: #9baaeb;
/* SwiftUI */
Color(red: 0.608, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#9baaeb")Accessibility — WCAG contrast
Aa
#9baaeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baaeb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9baaeb text on a black background
contrast 9.34:1
Card sample
#9baaeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baaeb;
Background color
Panel with #9baaeb background
background-color: #9baaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baaeb; background: linear-gradient(135deg, #9baaeb, #C19BEB);