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