#afb3bc
a light, muted blue · cool · closest name: silver
RGB
175, 179, 188
HSL
222°, 9%, 71%
CMYK
7, 5, 0, 26
Luminance
0.4498
Every format
| HEX | #afb3bc |
| RGB | rgb(175, 179, 188) |
| HSL | hsl(222, 9%, 71%) |
| CMYK | cmyk(7%, 5%, 0%, 26%) |
| LAB | lab(72.9 0.3 -5.1) |
| LCH | lch(72.9 5.1 274.0) |
| OKLCH | oklch(0.766 0.014 266.7) |
Copy-ready code
/* CSS */
color: #afb3bc;
background-color: #afb3bc;
/* Tailwind (arbitrary) */
class="text-[#afb3bc] bg-[#afb3bc]"
/* SCSS */
$brand: #afb3bc;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.737)
/* Android */
Color.parseColor("#afb3bc")Accessibility — WCAG contrast
Aa
#afb3bc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3bc on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta4.8%
Yellow0.0%
Key (black)26.3%
Color previews
#afb3bc text on a black background
contrast 10.00:1
Card sample
#afb3bc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3bc;
Background color
Panel with #afb3bc background
background-color: #afb3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3bc; background: linear-gradient(135deg, #afb3bc, #B4AFBC);