#afb7ae
a light, muted gray · cool · closest name: silver
RGB
175, 183, 174
HSL
113°, 6%, 70%
CMYK
4, 0, 5, 28
Luminance
0.4604
Every format
| HEX | #afb7ae |
| RGB | rgb(175, 183, 174) |
| HSL | hsl(113, 6%, 70%) |
| CMYK | cmyk(4%, 0%, 5%, 28%) |
| LAB | lab(73.6 -4.5 3.6) |
| LCH | lch(73.6 5.8 141.1) |
| OKLCH | oklch(0.770 0.015 142.2) |
Copy-ready code
/* CSS */
color: #afb7ae;
background-color: #afb7ae;
/* Tailwind (arbitrary) */
class="text-[#afb7ae] bg-[#afb7ae]"
/* SCSS */
$brand: #afb7ae;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.682)
/* Android */
Color.parseColor("#afb7ae")Accessibility — WCAG contrast
Aa
#afb7ae on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7ae on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue68.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow4.9%
Key (black)28.2%
Color previews
#afb7ae text on a black background
contrast 10.21:1
Card sample
#afb7ae text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7ae;
Background color
Panel with #afb7ae background
background-color: #afb7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7ae; background: linear-gradient(135deg, #afb7ae, #AEB7B3);