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