#9bacda
a light, vivid blue · cool · closest name: steelblue
RGB
155, 172, 218
HSL
224°, 46%, 73%
CMYK
29, 21, 0, 15
Luminance
0.4154
Every format
| HEX | #9bacda |
| RGB | rgb(155, 172, 218) |
| HSL | hsl(224, 46%, 73%) |
| CMYK | cmyk(29%, 21%, 0%, 15%) |
| LAB | lab(70.5 4.5 -25.2) |
| LCH | lch(70.5 25.6 280.1) |
| OKLCH | oklch(0.748 0.069 268.9) |
Copy-ready code
/* CSS */
color: #9bacda;
background-color: #9bacda;
/* Tailwind (arbitrary) */
class="text-[#9bacda] bg-[#9bacda]"
/* SCSS */
$brand: #9bacda;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#9bacda")Accessibility — WCAG contrast
Aa
#9bacda on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bacda on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue85.5%
CMYK percentages
Cyan28.9%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#9bacda text on a black background
contrast 9.31:1
Card sample
#9bacda text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bacda;
Background color
Panel with #9bacda background
background-color: #9bacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bacda; background: linear-gradient(135deg, #9bacda, #B49BDA);