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