#a7afb2
a light, muted gray · cool · closest name: silver
RGB
167, 175, 178
HSL
196°, 7%, 68%
CMYK
6, 2, 0, 30
Luminance
0.4209
Every format
| HEX | #a7afb2 |
| RGB | rgb(167, 175, 178) |
| HSL | hsl(196, 7%, 68%) |
| CMYK | cmyk(6%, 2%, 0%, 30%) |
| LAB | lab(70.9 -2.2 -2.5) |
| LCH | lch(70.9 3.3 228.5) |
| OKLCH | oklch(0.749 0.010 222.1) |
Copy-ready code
/* CSS */
color: #a7afb2;
background-color: #a7afb2;
/* Tailwind (arbitrary) */
class="text-[#a7afb2] bg-[#a7afb2]"
/* SCSS */
$brand: #a7afb2;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#a7afb2")Accessibility — WCAG contrast
Aa
#a7afb2 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afb2 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue69.8%
CMYK percentages
Cyan6.2%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#a7afb2 text on a black background
contrast 9.42:1
Card sample
#a7afb2 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afb2;
Background color
Panel with #a7afb2 background
background-color: #a7afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afb2; background: linear-gradient(135deg, #a7afb2, #A7A8B2);