#9da5cd
a light, soft blue · warm · closest name: steelblue
RGB
157, 165, 205
HSL
230°, 32%, 71%
CMYK
23, 20, 0, 20
Luminance
0.3849
Every format
| HEX | #9da5cd |
| RGB | rgb(157, 165, 205) |
| HSL | hsl(230, 32%, 71%) |
| CMYK | cmyk(23%, 20%, 0%, 20%) |
| LAB | lab(68.4 5.9 -21.3) |
| LCH | lch(68.4 22.1 285.4) |
| OKLCH | oklch(0.730 0.059 276.0) |
Copy-ready code
/* CSS */
color: #9da5cd;
background-color: #9da5cd;
/* Tailwind (arbitrary) */
class="text-[#9da5cd] bg-[#9da5cd]"
/* SCSS */
$brand: #9da5cd;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.804)
/* Android */
Color.parseColor("#9da5cd")Accessibility — WCAG contrast
Aa
#9da5cd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5cd on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue80.4%
CMYK percentages
Cyan23.4%
Magenta19.5%
Yellow0.0%
Key (black)19.6%
Color previews
#9da5cd text on a black background
contrast 8.70:1
Card sample
#9da5cd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5cd;
Background color
Panel with #9da5cd background
background-color: #9da5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5cd; background: linear-gradient(135deg, #9da5cd, #B59DCD);