#afb3c0
a light, muted blue · warm · closest name: silver
RGB
175, 179, 192
HSL
226°, 12%, 72%
CMYK
9, 7, 0, 25
Luminance
0.4516
Every format
| HEX | #afb3c0 |
| RGB | rgb(175, 179, 192) |
| HSL | hsl(226, 12%, 72%) |
| CMYK | cmyk(9%, 7%, 0%, 25%) |
| LAB | lab(73.0 1.2 -7.1) |
| LCH | lch(73.0 7.2 279.3) |
| OKLCH | oklch(0.768 0.019 272.2) |
Copy-ready code
/* CSS */
color: #afb3c0;
background-color: #afb3c0;
/* Tailwind (arbitrary) */
class="text-[#afb3c0] bg-[#afb3c0]"
/* SCSS */
$brand: #afb3c0;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.753)
/* Android */
Color.parseColor("#afb3c0")Accessibility — WCAG contrast
Aa
#afb3c0 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3c0 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta6.8%
Yellow0.0%
Key (black)24.7%
Color previews
#afb3c0 text on a black background
contrast 10.03:1
Card sample
#afb3c0 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3c0;
Background color
Panel with #afb3c0 background
background-color: #afb3c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3c0; background: linear-gradient(135deg, #afb3c0, #B6AFC0);