#9daadc
a light, vivid blue · warm · closest name: steelblue
RGB
157, 170, 220
HSL
228°, 47%, 74%
CMYK
29, 23, 0, 14
Luminance
0.4108
Every format
| HEX | #9daadc |
| RGB | rgb(157, 170, 220) |
| HSL | hsl(228, 47%, 74%) |
| CMYK | cmyk(29%, 23%, 0%, 14%) |
| LAB | lab(70.2 6.7 -26.7) |
| LCH | lch(70.2 27.6 284.1) |
| OKLCH | oklch(0.746 0.074 273.2) |
Copy-ready code
/* CSS */
color: #9daadc;
background-color: #9daadc;
/* Tailwind (arbitrary) */
class="text-[#9daadc] bg-[#9daadc]"
/* SCSS */
$brand: #9daadc;
/* SwiftUI */
Color(red: 0.616, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#9daadc")Accessibility — WCAG contrast
Aa
#9daadc on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daadc on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.7%
Blue86.3%
CMYK percentages
Cyan28.6%
Magenta22.7%
Yellow0.0%
Key (black)13.7%
Color previews
#9daadc text on a black background
contrast 9.22:1
Card sample
#9daadc text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daadc;
Background color
Panel with #9daadc background
background-color: #9daadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daadc; background: linear-gradient(135deg, #9daadc, #BA9DDC);