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