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