#9da6cb
a light, soft blue · warm · closest name: steelblue
RGB
157, 166, 203
HSL
228°, 31%, 71%
CMYK
23, 18, 0, 20
Luminance
0.3875
Every format
| HEX | #9da6cb |
| RGB | rgb(157, 166, 203) |
| HSL | hsl(228, 31%, 71%) |
| CMYK | cmyk(23%, 18%, 0%, 20%) |
| LAB | lab(68.6 4.8 -19.9) |
| LCH | lch(68.6 20.5 283.7) |
| OKLCH | oklch(0.731 0.055 274.3) |
Copy-ready code
/* CSS */
color: #9da6cb;
background-color: #9da6cb;
/* Tailwind (arbitrary) */
class="text-[#9da6cb] bg-[#9da6cb]"
/* SCSS */
$brand: #9da6cb;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.796)
/* Android */
Color.parseColor("#9da6cb")Accessibility — WCAG contrast
Aa
#9da6cb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da6cb on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue79.6%
CMYK percentages
Cyan22.7%
Magenta18.2%
Yellow0.0%
Key (black)20.4%
Color previews
#9da6cb text on a black background
contrast 8.75:1
Card sample
#9da6cb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da6cb;
Background color
Panel with #9da6cb background
background-color: #9da6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da6cb; background: linear-gradient(135deg, #9da6cb, #B39DCB);