#afb7b3
a light, muted gray · cool · closest name: silver
RGB
175, 183, 179
HSL
150°, 5%, 70%
CMYK
4, 0, 2, 28
Luminance
0.4624
Every format
| HEX | #afb7b3 |
| RGB | rgb(175, 183, 179) |
| HSL | hsl(150, 5%, 70%) |
| CMYK | cmyk(4%, 0%, 2%, 28%) |
| LAB | lab(73.7 -3.5 1.1) |
| LCH | lch(73.7 3.7 163.3) |
| OKLCH | oklch(0.772 0.011 164.8) |
Copy-ready code
/* CSS */
color: #afb7b3;
background-color: #afb7b3;
/* Tailwind (arbitrary) */
class="text-[#afb7b3] bg-[#afb7b3]"
/* SCSS */
$brand: #afb7b3;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.702)
/* Android */
Color.parseColor("#afb7b3")Accessibility — WCAG contrast
Aa
#afb7b3 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7b3 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue70.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow2.2%
Key (black)28.2%
Color previews
#afb7b3 text on a black background
contrast 10.25:1
Card sample
#afb7b3 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7b3;
Background color
Panel with #afb7b3 background
background-color: #afb7b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7b3; background: linear-gradient(135deg, #afb7b3, #AFB6B7);