#9da0c4
a light, soft blue · warm · closest name: steelblue
RGB
157, 160, 196
HSL
235°, 25%, 69%
CMYK
20, 18, 0, 23
Luminance
0.3630
Every format
| HEX | #9da0c4 |
| RGB | rgb(157, 160, 196) |
| HSL | hsl(235, 25%, 69%) |
| CMYK | cmyk(20%, 18%, 0%, 23%) |
| LAB | lab(66.7 6.6 -18.8) |
| LCH | lch(66.7 19.9 289.2) |
| OKLCH | oklch(0.716 0.052 281.2) |
Copy-ready code
/* CSS */
color: #9da0c4;
background-color: #9da0c4;
/* Tailwind (arbitrary) */
class="text-[#9da0c4] bg-[#9da0c4]"
/* SCSS */
$brand: #9da0c4;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.769)
/* Android */
Color.parseColor("#9da0c4")Accessibility — WCAG contrast
Aa
#9da0c4 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0c4 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue76.9%
CMYK percentages
Cyan19.9%
Magenta18.4%
Yellow0.0%
Key (black)23.1%
Color previews
#9da0c4 text on a black background
contrast 8.26:1
Card sample
#9da0c4 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0c4;
Background color
Panel with #9da0c4 background
background-color: #9da0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0c4; background: linear-gradient(135deg, #9da0c4, #B49DC4);