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