#adb7c2
a light, muted blue · cool · closest name: silver
RGB
173, 183, 194
HSL
211°, 15%, 72%
CMYK
11, 6, 0, 24
Luminance
0.4665
Every format
| HEX | #adb7c2 |
| RGB | rgb(173, 183, 194) |
| HSL | hsl(211, 15%, 72%) |
| CMYK | cmyk(11%, 6%, 0%, 24%) |
| LAB | lab(74.0 -1.3 -6.8) |
| LCH | lch(74.0 6.9 259.4) |
| OKLCH | oklch(0.775 0.019 250.6) |
Copy-ready code
/* CSS */
color: #adb7c2;
background-color: #adb7c2;
/* Tailwind (arbitrary) */
class="text-[#adb7c2] bg-[#adb7c2]"
/* SCSS */
$brand: #adb7c2;
/* SwiftUI */
Color(red: 0.678, green: 0.718, blue: 0.761)
/* Android */
Color.parseColor("#adb7c2")Accessibility — WCAG contrast
Aa
#adb7c2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb7c2 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green71.8%
Blue76.1%
CMYK percentages
Cyan10.8%
Magenta5.7%
Yellow0.0%
Key (black)23.9%
Color previews
#adb7c2 text on a black background
contrast 10.33:1
Card sample
#adb7c2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb7c2;
Background color
Panel with #adb7c2 background
background-color: #adb7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 183, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 183, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb7c2; background: linear-gradient(135deg, #adb7c2, #B1ADC2);