#9bace5
a light, vivid blue · warm · closest name: steelblue
RGB
155, 172, 229
HSL
226°, 59%, 75%
CMYK
32, 25, 0, 10
Luminance
0.4213
Every format
| HEX | #9bace5 |
| RGB | rgb(155, 172, 229) |
| HSL | hsl(226, 59%, 75%) |
| CMYK | cmyk(32%, 25%, 0%, 10%) |
| LAB | lab(71.0 7.2 -30.6) |
| LCH | lch(71.0 31.4 283.3) |
| OKLCH | oklch(0.752 0.085 271.4) |
Copy-ready code
/* CSS */
color: #9bace5;
background-color: #9bace5;
/* Tailwind (arbitrary) */
class="text-[#9bace5] bg-[#9bace5]"
/* SCSS */
$brand: #9bace5;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.898)
/* Android */
Color.parseColor("#9bace5")Accessibility — WCAG contrast
Aa
#9bace5 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bace5 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue89.8%
CMYK percentages
Cyan32.3%
Magenta24.9%
Yellow0.0%
Key (black)10.2%
Color previews
#9bace5 text on a black background
contrast 9.43:1
Card sample
#9bace5 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bace5;
Background color
Panel with #9bace5 background
background-color: #9bace5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bace5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bace5; background: linear-gradient(135deg, #9bace5, #BB9BE5);