#9da0cb
a light, soft blue · warm · closest name: steelblue
RGB
157, 160, 203
HSL
236°, 31%, 71%
CMYK
23, 21, 0, 20
Luminance
0.3662
Every format
| HEX | #9da0cb |
| RGB | rgb(157, 160, 203) |
| HSL | hsl(236, 31%, 71%) |
| CMYK | cmyk(23%, 21%, 0%, 20%) |
| LAB | lab(67.0 8.2 -22.3) |
| LCH | lch(67.0 23.8 290.1) |
| OKLCH | oklch(0.719 0.063 281.6) |
Copy-ready code
/* CSS */
color: #9da0cb;
background-color: #9da0cb;
/* Tailwind (arbitrary) */
class="text-[#9da0cb] bg-[#9da0cb]"
/* SCSS */
$brand: #9da0cb;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.796)
/* Android */
Color.parseColor("#9da0cb")Accessibility — WCAG contrast
Aa
#9da0cb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0cb on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue79.6%
CMYK percentages
Cyan22.7%
Magenta21.2%
Yellow0.0%
Key (black)20.4%
Color previews
#9da0cb text on a black background
contrast 8.32:1
Card sample
#9da0cb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0cb;
Background color
Panel with #9da0cb background
background-color: #9da0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0cb; background: linear-gradient(135deg, #9da0cb, #B99DCB);