#9bace1
a light, vivid blue · warm · closest name: steelblue
RGB
155, 172, 225
HSL
225°, 54%, 75%
CMYK
31, 24, 0, 12
Luminance
0.4191
Every format
| HEX | #9bace1 |
| RGB | rgb(155, 172, 225) |
| HSL | hsl(225, 54%, 75%) |
| CMYK | cmyk(31%, 24%, 0%, 12%) |
| LAB | lab(70.8 6.2 -28.6) |
| LCH | lch(70.8 29.3 282.3) |
| OKLCH | oklch(0.750 0.079 270.6) |
Copy-ready code
/* CSS */
color: #9bace1;
background-color: #9bace1;
/* Tailwind (arbitrary) */
class="text-[#9bace1] bg-[#9bace1]"
/* SCSS */
$brand: #9bace1;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#9bace1")Accessibility — WCAG contrast
Aa
#9bace1 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bace1 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue88.2%
CMYK percentages
Cyan31.1%
Magenta23.6%
Yellow0.0%
Key (black)11.8%
Color previews
#9bace1 text on a black background
contrast 9.38:1
Card sample
#9bace1 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bace1;
Background color
Panel with #9bace1 background
background-color: #9bace1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bace1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bace1; background: linear-gradient(135deg, #9bace1, #B99BE1);