#9bacdf
a light, vivid blue · warm · closest name: steelblue
RGB
155, 172, 223
HSL
225°, 52%, 74%
CMYK
31, 23, 0, 13
Luminance
0.4180
Every format
| HEX | #9bacdf |
| RGB | rgb(155, 172, 223) |
| HSL | hsl(225, 52%, 74%) |
| CMYK | cmyk(31%, 23%, 0%, 13%) |
| LAB | lab(70.7 5.7 -27.6) |
| LCH | lch(70.7 28.2 281.7) |
| OKLCH | oklch(0.750 0.076 270.2) |
Copy-ready code
/* CSS */
color: #9bacdf;
background-color: #9bacdf;
/* Tailwind (arbitrary) */
class="text-[#9bacdf] bg-[#9bacdf]"
/* SCSS */
$brand: #9bacdf;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#9bacdf")Accessibility — WCAG contrast
Aa
#9bacdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bacdf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9bacdf text on a black background
contrast 9.36:1
Card sample
#9bacdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bacdf;
Background color
Panel with #9bacdf background
background-color: #9bacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bacdf; background: linear-gradient(135deg, #9bacdf, #B79BDF);