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