#a0afac
a light, muted cyan · cool · closest name: silver
RGB
160, 175, 172
HSL
168°, 9%, 66%
CMYK
9, 0, 2, 31
Luminance
0.4111
Every format
| HEX | #a0afac |
| RGB | rgb(160, 175, 172) |
| HSL | hsl(168, 9%, 66%) |
| CMYK | cmyk(9%, 0%, 2%, 31%) |
| LAB | lab(70.3 -5.8 -0.3) |
| LCH | lch(70.3 5.8 182.5) |
| OKLCH | oklch(0.741 0.017 182.5) |
Copy-ready code
/* CSS */
color: #a0afac;
background-color: #a0afac;
/* Tailwind (arbitrary) */
class="text-[#a0afac] bg-[#a0afac]"
/* SCSS */
$brand: #a0afac;
/* SwiftUI */
Color(red: 0.627, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#a0afac")Accessibility — WCAG contrast
Aa
#a0afac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0afac on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green68.6%
Blue67.5%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#a0afac text on a black background
contrast 9.22:1
Card sample
#a0afac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0afac;
Background color
Panel with #a0afac background
background-color: #a0afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0afac; background: linear-gradient(135deg, #a0afac, #A0A8AF);