#9da0c7
a light, soft blue · warm · closest name: steelblue
RGB
157, 160, 199
HSL
236°, 27%, 70%
CMYK
21, 20, 0, 22
Luminance
0.3643
Every format
| HEX | #9da0c7 |
| RGB | rgb(157, 160, 199) |
| HSL | hsl(236, 27%, 70%) |
| CMYK | cmyk(21%, 20%, 0%, 22%) |
| LAB | lab(66.8 7.3 -20.3) |
| LCH | lch(66.8 21.6 289.6) |
| OKLCH | oklch(0.717 0.057 281.4) |
Copy-ready code
/* CSS */
color: #9da0c7;
background-color: #9da0c7;
/* Tailwind (arbitrary) */
class="text-[#9da0c7] bg-[#9da0c7]"
/* SCSS */
$brand: #9da0c7;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.780)
/* Android */
Color.parseColor("#9da0c7")Accessibility — WCAG contrast
Aa
#9da0c7 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0c7 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue78.0%
CMYK percentages
Cyan21.1%
Magenta19.6%
Yellow0.0%
Key (black)22.0%
Color previews
#9da0c7 text on a black background
contrast 8.29:1
Card sample
#9da0c7 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0c7;
Background color
Panel with #9da0c7 background
background-color: #9da0c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0c7; background: linear-gradient(135deg, #9da0c7, #B69DC7);