#9ea2ac
a balanced, muted gray · cool · closest name: silver
RGB
158, 162, 172
HSL
223°, 8%, 65%
CMYK
8, 6, 0, 33
Luminance
0.3609
Every format
| HEX | #9ea2ac |
| RGB | rgb(158, 162, 172) |
| HSL | hsl(223, 8%, 65%) |
| CMYK | cmyk(8%, 6%, 0%, 33%) |
| LAB | lab(66.6 0.6 -5.7) |
| LCH | lch(66.6 5.7 275.8) |
| OKLCH | oklch(0.712 0.015 268.4) |
Copy-ready code
/* CSS */
color: #9ea2ac;
background-color: #9ea2ac;
/* Tailwind (arbitrary) */
class="text-[#9ea2ac] bg-[#9ea2ac]"
/* SCSS */
$brand: #9ea2ac;
/* SwiftUI */
Color(red: 0.620, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#9ea2ac")Accessibility — WCAG contrast
Aa
#9ea2ac on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ea2ac on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green63.5%
Blue67.5%
CMYK percentages
Cyan8.1%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#9ea2ac text on a black background
contrast 8.22:1
Card sample
#9ea2ac text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ea2ac;
Background color
Panel with #9ea2ac background
background-color: #9ea2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ea2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ea2ac; background: linear-gradient(135deg, #9ea2ac, #A39EAC);