#adbbbc
a light, muted cyan · cool · closest name: silver
RGB
173, 187, 188
HSL
184°, 10%, 71%
CMYK
8, 1, 0, 26
Luminance
0.4806
Every format
| HEX | #adbbbc |
| RGB | rgb(173, 187, 188) |
| HSL | hsl(184, 10%, 71%) |
| CMYK | cmyk(8%, 1%, 0%, 26%) |
| LAB | lab(74.9 -4.6 -2.2) |
| LCH | lch(74.9 5.1 205.1) |
| OKLCH | oklch(0.781 0.016 202.0) |
Copy-ready code
/* CSS */
color: #adbbbc;
background-color: #adbbbc;
/* Tailwind (arbitrary) */
class="text-[#adbbbc] bg-[#adbbbc]"
/* SCSS */
$brand: #adbbbc;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.737)
/* Android */
Color.parseColor("#adbbbc")Accessibility — WCAG contrast
Aa
#adbbbc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbbc on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue73.7%
CMYK percentages
Cyan8.0%
Magenta0.5%
Yellow0.0%
Key (black)26.3%
Color previews
#adbbbc text on a black background
contrast 10.61:1
Card sample
#adbbbc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbbc;
Background color
Panel with #adbbbc background
background-color: #adbbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbbc; background: linear-gradient(135deg, #adbbbc, #ADB1BC);