#a5afac
a light, muted gray · cool · closest name: silver
RGB
165, 175, 172
HSL
162°, 6%, 67%
CMYK
6, 0, 2, 31
Luminance
0.4164
Every format
| HEX | #a5afac |
| RGB | rgb(165, 175, 172) |
| HSL | hsl(162, 6%, 67%) |
| CMYK | cmyk(6%, 0%, 2%, 31%) |
| LAB | lab(70.6 -4.1 0.3) |
| LCH | lch(70.6 4.1 175.5) |
| OKLCH | oklch(0.745 0.012 176.2) |
Copy-ready code
/* CSS */
color: #a5afac;
background-color: #a5afac;
/* Tailwind (arbitrary) */
class="text-[#a5afac] bg-[#a5afac]"
/* SCSS */
$brand: #a5afac;
/* SwiftUI */
Color(red: 0.647, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#a5afac")Accessibility — WCAG contrast
Aa
#a5afac on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5afac on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green68.6%
Blue67.5%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#a5afac text on a black background
contrast 9.33:1
Card sample
#a5afac text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5afac;
Background color
Panel with #a5afac background
background-color: #a5afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5afac; background: linear-gradient(135deg, #a5afac, #A5ABAF);