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