#92a0ad
a balanced, muted blue · cool · closest name: gray
RGB
146, 160, 173
HSL
209°, 14%, 63%
CMYK
16, 8, 0, 32
Luminance
0.3427
Every format
| HEX | #92a0ad |
| RGB | rgb(146, 160, 173) |
| HSL | hsl(209, 14%, 63%) |
| CMYK | cmyk(16%, 8%, 0%, 32%) |
| LAB | lab(65.2 -2.2 -8.4) |
| LCH | lch(65.2 8.7 255.5) |
| OKLCH | oklch(0.699 0.025 246.2) |
Copy-ready code
/* CSS */
color: #92a0ad;
background-color: #92a0ad;
/* Tailwind (arbitrary) */
class="text-[#92a0ad] bg-[#92a0ad]"
/* SCSS */
$brand: #92a0ad;
/* SwiftUI */
Color(red: 0.573, green: 0.627, blue: 0.678)
/* Android */
Color.parseColor("#92a0ad")Accessibility — WCAG contrast
Aa
#92a0ad on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92a0ad on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green62.7%
Blue67.8%
CMYK percentages
Cyan15.6%
Magenta7.5%
Yellow0.0%
Key (black)32.2%
Color previews
#92a0ad text on a black background
contrast 7.85:1
Card sample
#92a0ad text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92a0ad;
Background color
Panel with #92a0ad background
background-color: #92a0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92a0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 160, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 160, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92a0ad; background: linear-gradient(135deg, #92a0ad, #9692AD);