#9daad8
a light, soft blue · warm · closest name: steelblue
RGB
157, 170, 216
HSL
227°, 43%, 73%
CMYK
27, 21, 0, 15
Luminance
0.4088
Every format
| HEX | #9daad8 |
| RGB | rgb(157, 170, 216) |
| HSL | hsl(227, 43%, 73%) |
| CMYK | cmyk(27%, 21%, 0%, 15%) |
| LAB | lab(70.1 5.7 -24.8) |
| LCH | lch(70.1 25.4 283.0) |
| OKLCH | oklch(0.744 0.068 272.4) |
Copy-ready code
/* CSS */
color: #9daad8;
background-color: #9daad8;
/* Tailwind (arbitrary) */
class="text-[#9daad8] bg-[#9daad8]"
/* SCSS */
$brand: #9daad8;
/* SwiftUI */
Color(red: 0.616, green: 0.667, blue: 0.847)
/* Android */
Color.parseColor("#9daad8")Accessibility — WCAG contrast
Aa
#9daad8 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daad8 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.7%
Blue84.7%
CMYK percentages
Cyan27.3%
Magenta21.3%
Yellow0.0%
Key (black)15.3%
Color previews
#9daad8 text on a black background
contrast 9.18:1
Card sample
#9daad8 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daad8;
Background color
Panel with #9daad8 background
background-color: #9daad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 170, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 170, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daad8; background: linear-gradient(135deg, #9daad8, #B79DD8);