#afacbb
a light, muted blue · warm · closest name: silver
RGB
175, 172, 187
HSL
252°, 10%, 70%
CMYK
6, 8, 0, 27
Luminance
0.4221
Every format
| HEX | #afacbb |
| RGB | rgb(175, 172, 187) |
| HSL | hsl(252, 10%, 70%) |
| CMYK | cmyk(6%, 8%, 0%, 27%) |
| LAB | lab(71.0 4.0 -7.3) |
| LCH | lch(71.0 8.3 298.6) |
| OKLCH | oklch(0.752 0.021 295.1) |
Copy-ready code
/* CSS */
color: #afacbb;
background-color: #afacbb;
/* Tailwind (arbitrary) */
class="text-[#afacbb] bg-[#afacbb]"
/* SCSS */
$brand: #afacbb;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.733)
/* Android */
Color.parseColor("#afacbb")Accessibility — WCAG contrast
Aa
#afacbb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacbb on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue73.3%
CMYK percentages
Cyan6.4%
Magenta8.0%
Yellow0.0%
Key (black)26.7%
Color previews
#afacbb text on a black background
contrast 9.44:1
Card sample
#afacbb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacbb;
Background color
Panel with #afacbb background
background-color: #afacbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacbb; background: linear-gradient(135deg, #afacbb, #B9ACBB);