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