#a6babf
a light, soft cyan · cool · closest name: silver
RGB
166, 186, 191
HSL
192°, 16%, 70%
CMYK
13, 3, 0, 25
Luminance
0.4699
Every format
| HEX | #a6babf |
| RGB | rgb(166, 186, 191) |
| HSL | hsl(192, 16%, 70%) |
| CMYK | cmyk(13%, 3%, 0%, 25%) |
| LAB | lab(74.2 -5.8 -4.8) |
| LCH | lch(74.2 7.6 219.9) |
| OKLCH | oklch(0.775 0.023 214.4) |
Copy-ready code
/* CSS */
color: #a6babf;
background-color: #a6babf;
/* Tailwind (arbitrary) */
class="text-[#a6babf] bg-[#a6babf]"
/* SCSS */
$brand: #a6babf;
/* SwiftUI */
Color(red: 0.651, green: 0.729, blue: 0.749)
/* Android */
Color.parseColor("#a6babf")Accessibility — WCAG contrast
Aa
#a6babf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6babf on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green72.9%
Blue74.9%
CMYK percentages
Cyan13.1%
Magenta2.6%
Yellow0.0%
Key (black)25.1%
Color previews
#a6babf text on a black background
contrast 10.40:1
Card sample
#a6babf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6babf;
Background color
Panel with #a6babf background
background-color: #a6babf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6babf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 186, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 186, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6babf; background: linear-gradient(135deg, #a6babf, #A6A9BF);