#9da3bf
a light, soft blue · warm · closest name: silver
RGB
157, 163, 191
HSL
229°, 21%, 68%
CMYK
18, 15, 0, 25
Luminance
0.3712
Every format
| HEX | #9da3bf |
| RGB | rgb(157, 163, 191) |
| HSL | hsl(229, 21%, 68%) |
| CMYK | cmyk(18%, 15%, 0%, 25%) |
| LAB | lab(67.4 3.8 -15.1) |
| LCH | lch(67.4 15.5 284.0) |
| OKLCH | oklch(0.720 0.041 275.8) |
Copy-ready code
/* CSS */
color: #9da3bf;
background-color: #9da3bf;
/* Tailwind (arbitrary) */
class="text-[#9da3bf] bg-[#9da3bf]"
/* SCSS */
$brand: #9da3bf;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.749)
/* Android */
Color.parseColor("#9da3bf")Accessibility — WCAG contrast
Aa
#9da3bf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da3bf on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue74.9%
CMYK percentages
Cyan17.8%
Magenta14.7%
Yellow0.0%
Key (black)25.1%
Color previews
#9da3bf text on a black background
contrast 8.42:1
Card sample
#9da3bf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da3bf;
Background color
Panel with #9da3bf background
background-color: #9da3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da3bf; background: linear-gradient(135deg, #9da3bf, #AE9DBF);