#9eaade
a light, vivid blue · warm · closest name: steelblue
RGB
158, 170, 222
HSL
229°, 49%, 75%
CMYK
29, 23, 0, 13
Luminance
0.4129
Every format
| HEX | #9eaade |
| RGB | rgb(158, 170, 222) |
| HSL | hsl(229, 49%, 75%) |
| CMYK | cmyk(29%, 23%, 0%, 13%) |
| LAB | lab(70.4 7.5 -27.6) |
| LCH | lch(70.4 28.6 285.1) |
| OKLCH | oklch(0.747 0.076 274.3) |
Copy-ready code
/* CSS */
color: #9eaade;
background-color: #9eaade;
/* Tailwind (arbitrary) */
class="text-[#9eaade] bg-[#9eaade]"
/* SCSS */
$brand: #9eaade;
/* SwiftUI */
Color(red: 0.620, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#9eaade")Accessibility — WCAG contrast
Aa
#9eaade on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eaade on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green66.7%
Blue87.1%
CMYK percentages
Cyan28.8%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#9eaade text on a black background
contrast 9.26:1
Card sample
#9eaade text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eaade;
Background color
Panel with #9eaade background
background-color: #9eaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eaade; background: linear-gradient(135deg, #9eaade, #BD9EDE);