#afb5bc
a light, muted blue · cool · closest name: silver
RGB
175, 181, 188
HSL
212°, 9%, 71%
CMYK
7, 4, 0, 26
Luminance
0.4579
Every format
| HEX | #afb5bc |
| RGB | rgb(175, 181, 188) |
| HSL | hsl(212, 9%, 71%) |
| CMYK | cmyk(7%, 4%, 0%, 26%) |
| LAB | lab(73.4 -0.7 -4.3) |
| LCH | lch(73.4 4.3 260.3) |
| OKLCH | oklch(0.770 0.012 252.1) |
Copy-ready code
/* CSS */
color: #afb5bc;
background-color: #afb5bc;
/* Tailwind (arbitrary) */
class="text-[#afb5bc] bg-[#afb5bc]"
/* SCSS */
$brand: #afb5bc;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.737)
/* Android */
Color.parseColor("#afb5bc")Accessibility — WCAG contrast
Aa
#afb5bc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5bc on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta3.7%
Yellow0.0%
Key (black)26.3%
Color previews
#afb5bc text on a black background
contrast 10.16:1
Card sample
#afb5bc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5bc;
Background color
Panel with #afb5bc background
background-color: #afb5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5bc; background: linear-gradient(135deg, #afb5bc, #B2AFBC);