#afb8c0
a light, muted blue · cool · closest name: silver
RGB
175, 184, 192
HSL
208°, 12%, 72%
CMYK
9, 4, 0, 25
Luminance
0.4720
Every format
| HEX | #afb8c0 |
| RGB | rgb(175, 184, 192) |
| HSL | hsl(208, 12%, 72%) |
| CMYK | cmyk(9%, 4%, 0%, 25%) |
| LAB | lab(74.3 -1.5 -5.1) |
| LCH | lch(74.3 5.3 253.3) |
| OKLCH | oklch(0.778 0.015 244.8) |
Copy-ready code
/* CSS */
color: #afb8c0;
background-color: #afb8c0;
/* Tailwind (arbitrary) */
class="text-[#afb8c0] bg-[#afb8c0]"
/* SCSS */
$brand: #afb8c0;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.753)
/* Android */
Color.parseColor("#afb8c0")Accessibility — WCAG contrast
Aa
#afb8c0 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8c0 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta4.2%
Yellow0.0%
Key (black)24.7%
Color previews
#afb8c0 text on a black background
contrast 10.44:1
Card sample
#afb8c0 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8c0;
Background color
Panel with #afb8c0 background
background-color: #afb8c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8c0; background: linear-gradient(135deg, #afb8c0, #B1AFC0);