#9da4cb
a light, soft blue · warm · closest name: steelblue
RGB
157, 164, 203
HSL
231°, 31%, 71%
CMYK
23, 19, 0, 20
Luminance
0.3803
Every format
| HEX | #9da4cb |
| RGB | rgb(157, 164, 203) |
| HSL | hsl(231, 31%, 71%) |
| CMYK | cmyk(23%, 19%, 0%, 20%) |
| LAB | lab(68.0 6.0 -20.7) |
| LCH | lch(68.0 21.6 286.0) |
| OKLCH | oklch(0.727 0.057 276.9) |
Copy-ready code
/* CSS */
color: #9da4cb;
background-color: #9da4cb;
/* Tailwind (arbitrary) */
class="text-[#9da4cb] bg-[#9da4cb]"
/* SCSS */
$brand: #9da4cb;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.796)
/* Android */
Color.parseColor("#9da4cb")Accessibility — WCAG contrast
Aa
#9da4cb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da4cb on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue79.6%
CMYK percentages
Cyan22.7%
Magenta19.2%
Yellow0.0%
Key (black)20.4%
Color previews
#9da4cb text on a black background
contrast 8.61:1
Card sample
#9da4cb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da4cb;
Background color
Panel with #9da4cb background
background-color: #9da4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da4cb; background: linear-gradient(135deg, #9da4cb, #B59DCB);