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