#9f9dae
a balanced, muted blue · warm · closest name: gray
RGB
159, 157, 174
HSL
247°, 10%, 65%
CMYK
9, 10, 0, 32
Luminance
0.3454
Every format
| HEX | #9f9dae |
| RGB | rgb(159, 157, 174) |
| HSL | hsl(247, 10%, 65%) |
| CMYK | cmyk(9%, 10%, 0%, 32%) |
| LAB | lab(65.4 4.1 -8.6) |
| LCH | lch(65.4 9.5 295.6) |
| OKLCH | oklch(0.703 0.025 291.2) |
Copy-ready code
/* CSS */
color: #9f9dae;
background-color: #9f9dae;
/* Tailwind (arbitrary) */
class="text-[#9f9dae] bg-[#9f9dae]"
/* SCSS */
$brand: #9f9dae;
/* SwiftUI */
Color(red: 0.624, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#9f9dae")Accessibility — WCAG contrast
Aa
#9f9dae on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9f9dae on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green61.6%
Blue68.2%
CMYK percentages
Cyan8.6%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#9f9dae text on a black background
contrast 7.91:1
Card sample
#9f9dae text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f9dae;
Background color
Panel with #9f9dae background
background-color: #9f9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f9dae; background: linear-gradient(135deg, #9f9dae, #AA9DAE);