#afb5b3
a light, muted gray · cool · closest name: silver
RGB
175, 181, 179
HSL
160°, 4%, 70%
CMYK
3, 0, 1, 29
Luminance
0.4542
Every format
| HEX | #afb5b3 |
| RGB | rgb(175, 181, 179) |
| HSL | hsl(160, 4%, 70%) |
| CMYK | cmyk(3%, 0%, 1%, 29%) |
| LAB | lab(73.2 -2.5 0.3) |
| LCH | lch(73.2 2.5 173.3) |
| OKLCH | oklch(0.768 0.007 174.3) |
Copy-ready code
/* CSS */
color: #afb5b3;
background-color: #afb5b3;
/* Tailwind (arbitrary) */
class="text-[#afb5b3] bg-[#afb5b3]"
/* SCSS */
$brand: #afb5b3;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.702)
/* Android */
Color.parseColor("#afb5b3")Accessibility — WCAG contrast
Aa
#afb5b3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5b3 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue70.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow1.1%
Key (black)29.0%
Color previews
#afb5b3 text on a black background
contrast 10.08:1
Card sample
#afb5b3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5b3;
Background color
Panel with #afb5b3 background
background-color: #afb5b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5b3; background: linear-gradient(135deg, #afb5b3, #AFB3B5);