#afb5ac
a light, muted gray · cool · closest name: silver
RGB
175, 181, 172
HSL
100°, 6%, 69%
CMYK
3, 0, 5, 29
Luminance
0.4514
Every format
| HEX | #afb5ac |
| RGB | rgb(175, 181, 172) |
| HSL | hsl(100, 6%, 69%) |
| CMYK | cmyk(3%, 0%, 5%, 29%) |
| LAB | lab(73.0 -3.8 3.9) |
| LCH | lch(73.0 5.4 134.5) |
| OKLCH | oklch(0.766 0.014 134.9) |
Copy-ready code
/* CSS */
color: #afb5ac;
background-color: #afb5ac;
/* Tailwind (arbitrary) */
class="text-[#afb5ac] bg-[#afb5ac]"
/* SCSS */
$brand: #afb5ac;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.675)
/* Android */
Color.parseColor("#afb5ac")Accessibility — WCAG contrast
Aa
#afb5ac on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5ac on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue67.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow5.0%
Key (black)29.0%
Color previews
#afb5ac text on a black background
contrast 10.03:1
Card sample
#afb5ac text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5ac;
Background color
Panel with #afb5ac background
background-color: #afb5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5ac; background: linear-gradient(135deg, #afb5ac, #ACB5AF);