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