#92a2ab
a balanced, muted blue · cool · closest name: silver
RGB
146, 162, 171
HSL
202°, 13%, 62%
CMYK
15, 5, 0, 33
Luminance
0.3489
Every format
| HEX | #92a2ab |
| RGB | rgb(146, 162, 171) |
| HSL | hsl(202, 13%, 62%) |
| CMYK | cmyk(15%, 5%, 0%, 33%) |
| LAB | lab(65.7 -3.7 -6.6) |
| LCH | lch(65.7 7.5 240.5) |
| OKLCH | oklch(0.703 0.022 232.3) |
Copy-ready code
/* CSS */
color: #92a2ab;
background-color: #92a2ab;
/* Tailwind (arbitrary) */
class="text-[#92a2ab] bg-[#92a2ab]"
/* SCSS */
$brand: #92a2ab;
/* SwiftUI */
Color(red: 0.573, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#92a2ab")Accessibility — WCAG contrast
Aa
#92a2ab on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92a2ab on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green63.5%
Blue67.1%
CMYK percentages
Cyan14.6%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#92a2ab text on a black background
contrast 7.98:1
Card sample
#92a2ab text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92a2ab;
Background color
Panel with #92a2ab background
background-color: #92a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92a2ab; background: linear-gradient(135deg, #92a2ab, #9392AB);