#afb0c1
a light, muted blue · warm · closest name: silver
RGB
175, 176, 193
HSL
237°, 13%, 72%
CMYK
9, 9, 0, 24
Luminance
0.4401
Every format
| HEX | #afb0c1 |
| RGB | rgb(175, 176, 193) |
| HSL | hsl(237, 13%, 72%) |
| CMYK | cmyk(9%, 9%, 0%, 24%) |
| LAB | lab(72.2 3.0 -8.8) |
| LCH | lch(72.2 9.3 288.9) |
| OKLCH | oklch(0.762 0.024 283.1) |
Copy-ready code
/* CSS */
color: #afb0c1;
background-color: #afb0c1;
/* Tailwind (arbitrary) */
class="text-[#afb0c1] bg-[#afb0c1]"
/* SCSS */
$brand: #afb0c1;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.757)
/* Android */
Color.parseColor("#afb0c1")Accessibility — WCAG contrast
Aa
#afb0c1 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0c1 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta8.8%
Yellow0.0%
Key (black)24.3%
Color previews
#afb0c1 text on a black background
contrast 9.80:1
Card sample
#afb0c1 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0c1;
Background color
Panel with #afb0c1 background
background-color: #afb0c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0c1; background: linear-gradient(135deg, #afb0c1, #BAAFC1);