#9caade
a light, vivid blue · warm · closest name: steelblue
RGB
156, 170, 222
HSL
227°, 50%, 74%
CMYK
30, 23, 0, 13
Luminance
0.4109
Every format
| HEX | #9caade |
| RGB | rgb(156, 170, 222) |
| HSL | hsl(227, 50%, 74%) |
| CMYK | cmyk(30%, 23%, 0%, 13%) |
| LAB | lab(70.2 6.9 -27.8) |
| LCH | lch(70.2 28.7 283.9) |
| OKLCH | oklch(0.746 0.077 272.7) |
Copy-ready code
/* CSS */
color: #9caade;
background-color: #9caade;
/* Tailwind (arbitrary) */
class="text-[#9caade] bg-[#9caade]"
/* SCSS */
$brand: #9caade;
/* SwiftUI */
Color(red: 0.612, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#9caade")Accessibility — WCAG contrast
Aa
#9caade on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9caade on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green66.7%
Blue87.1%
CMYK percentages
Cyan29.7%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#9caade text on a black background
contrast 9.22:1
Card sample
#9caade text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9caade;
Background color
Panel with #9caade background
background-color: #9caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9caade; background: linear-gradient(135deg, #9caade, #BA9CDE);