#9f9dbb
a light, soft blue · warm · closest name: silver
RGB
159, 157, 187
HSL
244°, 18%, 68%
CMYK
15, 16, 0, 27
Luminance
0.3507
Every format
| HEX | #9f9dbb |
| RGB | rgb(159, 157, 187) |
| HSL | hsl(244, 18%, 68%) |
| CMYK | cmyk(15%, 16%, 0%, 27%) |
| LAB | lab(65.8 6.9 -15.2) |
| LCH | lch(65.8 16.7 294.3) |
| OKLCH | oklch(0.708 0.043 288.3) |
Copy-ready code
/* CSS */
color: #9f9dbb;
background-color: #9f9dbb;
/* Tailwind (arbitrary) */
class="text-[#9f9dbb] bg-[#9f9dbb]"
/* SCSS */
$brand: #9f9dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#9f9dbb")Accessibility — WCAG contrast
Aa
#9f9dbb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9f9dbb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green61.6%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#9f9dbb text on a black background
contrast 8.01:1
Card sample
#9f9dbb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f9dbb;
Background color
Panel with #9f9dbb background
background-color: #9f9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f9dbb; background: linear-gradient(135deg, #9f9dbb, #B39DBB);