#adbbbf
a light, muted cyan · cool · closest name: silver
RGB
173, 187, 191
HSL
193°, 12%, 71%
CMYK
9, 2, 0, 25
Luminance
0.4819
Every format
| HEX | #adbbbf |
| RGB | rgb(173, 187, 191) |
| HSL | hsl(193, 12%, 71%) |
| CMYK | cmyk(9%, 2%, 0%, 25%) |
| LAB | lab(74.9 -4.0 -3.7) |
| LCH | lch(74.9 5.4 222.4) |
| OKLCH | oklch(0.782 0.017 216.7) |
Copy-ready code
/* CSS */
color: #adbbbf;
background-color: #adbbbf;
/* Tailwind (arbitrary) */
class="text-[#adbbbf] bg-[#adbbbf]"
/* SCSS */
$brand: #adbbbf;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.749)
/* Android */
Color.parseColor("#adbbbf")Accessibility — WCAG contrast
Aa
#adbbbf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbbf on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta2.1%
Yellow0.0%
Key (black)25.1%
Color previews
#adbbbf text on a black background
contrast 10.64:1
Card sample
#adbbbf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbbf;
Background color
Panel with #adbbbf background
background-color: #adbbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbbf; background: linear-gradient(135deg, #adbbbf, #ADAFBF);