#92adad
a balanced, muted cyan · cool · closest name: silver
RGB
146, 173, 173
HSL
180°, 14%, 63%
CMYK
16, 0, 0, 32
Luminance
0.3902
Every format
| HEX | #92adad |
| RGB | rgb(146, 173, 173) |
| HSL | hsl(180, 14%, 63%) |
| CMYK | cmyk(16%, 0%, 0%, 32%) |
| LAB | lab(68.8 -9.2 -3.1) |
| LCH | lch(68.8 9.8 198.6) |
| OKLCH | oklch(0.727 0.030 196.5) |
Copy-ready code
/* CSS */
color: #92adad;
background-color: #92adad;
/* Tailwind (arbitrary) */
class="text-[#92adad] bg-[#92adad]"
/* SCSS */
$brand: #92adad;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#92adad")Accessibility — WCAG contrast
Aa
#92adad on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adad on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue67.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow0.0%
Key (black)32.2%
Color previews
#92adad text on a black background
contrast 8.80:1
Card sample
#92adad text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adad;
Background color
Panel with #92adad background
background-color: #92adad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adad; background: linear-gradient(135deg, #92adad, #929BAD);