#9da7cd
a light, soft blue · warm · closest name: steelblue
RGB
157, 167, 205
HSL
228°, 32%, 71%
CMYK
23, 19, 0, 20
Luminance
0.3921
Every format
| HEX | #9da7cd |
| RGB | rgb(157, 167, 205) |
| HSL | hsl(228, 32%, 71%) |
| CMYK | cmyk(23%, 19%, 0%, 20%) |
| LAB | lab(68.9 4.8 -20.5) |
| LCH | lch(68.9 21.1 283.0) |
| OKLCH | oklch(0.734 0.056 273.4) |
Copy-ready code
/* CSS */
color: #9da7cd;
background-color: #9da7cd;
/* Tailwind (arbitrary) */
class="text-[#9da7cd] bg-[#9da7cd]"
/* SCSS */
$brand: #9da7cd;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#9da7cd")Accessibility — WCAG contrast
Aa
#9da7cd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da7cd on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue80.4%
CMYK percentages
Cyan23.4%
Magenta18.5%
Yellow0.0%
Key (black)19.6%
Color previews
#9da7cd text on a black background
contrast 8.84:1
Card sample
#9da7cd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da7cd;
Background color
Panel with #9da7cd background
background-color: #9da7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da7cd; background: linear-gradient(135deg, #9da7cd, #B39DCD);