#9e9da8
a balanced, muted gray · warm · closest name: gray
RGB
158, 157, 168
HSL
246°, 6%, 64%
CMYK
6, 7, 0, 34
Luminance
0.3421
Every format
| HEX | #9e9da8 |
| RGB | rgb(158, 157, 168) |
| HSL | hsl(246, 6%, 64%) |
| CMYK | cmyk(6%, 7%, 0%, 34%) |
| LAB | lab(65.1 2.5 -5.6) |
| LCH | lch(65.1 6.1 294.3) |
| OKLCH | oklch(0.700 0.016 290.2) |
Copy-ready code
/* CSS */
color: #9e9da8;
background-color: #9e9da8;
/* Tailwind (arbitrary) */
class="text-[#9e9da8] bg-[#9e9da8]"
/* SCSS */
$brand: #9e9da8;
/* SwiftUI */
Color(red: 0.620, green: 0.616, blue: 0.659)
/* Android */
Color.parseColor("#9e9da8")Accessibility — WCAG contrast
Aa
#9e9da8 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9e9da8 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green61.6%
Blue65.9%
CMYK percentages
Cyan6.0%
Magenta6.5%
Yellow0.0%
Key (black)34.1%
Color previews
#9e9da8 text on a black background
contrast 7.84:1
Card sample
#9e9da8 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e9da8;
Background color
Panel with #9e9da8 background
background-color: #9e9da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e9da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 157, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 157, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e9da8; background: linear-gradient(135deg, #9e9da8, #A59DA8);