#afb1bc
a light, muted blue · warm · closest name: silver
RGB
175, 177, 188
HSL
231°, 9%, 71%
CMYK
7, 6, 0, 26
Luminance
0.4419
Every format
| HEX | #afb1bc |
| RGB | rgb(175, 177, 188) |
| HSL | hsl(231, 9%, 71%) |
| CMYK | cmyk(7%, 6%, 0%, 26%) |
| LAB | lab(72.3 1.4 -5.8) |
| LCH | lch(72.3 6.0 283.8) |
| OKLCH | oklch(0.762 0.016 277.8) |
Copy-ready code
/* CSS */
color: #afb1bc;
background-color: #afb1bc;
/* Tailwind (arbitrary) */
class="text-[#afb1bc] bg-[#afb1bc]"
/* SCSS */
$brand: #afb1bc;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.737)
/* Android */
Color.parseColor("#afb1bc")Accessibility — WCAG contrast
Aa
#afb1bc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1bc on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta5.9%
Yellow0.0%
Key (black)26.3%
Color previews
#afb1bc text on a black background
contrast 9.84:1
Card sample
#afb1bc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1bc;
Background color
Panel with #afb1bc background
background-color: #afb1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1bc; background: linear-gradient(135deg, #afb1bc, #B6AFBC);