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