#afbbc0
a light, muted cyan · cool · closest name: silver
RGB
175, 187, 192
HSL
198°, 12%, 72%
CMYK
9, 3, 0, 25
Luminance
0.4846
Every format
| HEX | #afbbc0 |
| RGB | rgb(175, 187, 192) |
| HSL | hsl(198, 12%, 72%) |
| CMYK | cmyk(9%, 3%, 0%, 25%) |
| LAB | lab(75.1 -3.1 -4.0) |
| LCH | lch(75.1 5.0 231.4) |
| OKLCH | oklch(0.784 0.015 224.5) |
Copy-ready code
/* CSS */
color: #afbbc0;
background-color: #afbbc0;
/* Tailwind (arbitrary) */
class="text-[#afbbc0] bg-[#afbbc0]"
/* SCSS */
$brand: #afbbc0;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.753)
/* Android */
Color.parseColor("#afbbc0")Accessibility — WCAG contrast
Aa
#afbbc0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbc0 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta2.6%
Yellow0.0%
Key (black)24.7%
Color previews
#afbbc0 text on a black background
contrast 10.69:1
Card sample
#afbbc0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbc0;
Background color
Panel with #afbbc0 background
background-color: #afbbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbc0; background: linear-gradient(135deg, #afbbc0, #AFB0C0);