#afb6c3
a light, muted blue · cool · closest name: silver
RGB
175, 182, 195
HSL
219°, 14%, 73%
CMYK
10, 7, 0, 24
Luminance
0.4651
Every format
| HEX | #afb6c3 |
| RGB | rgb(175, 182, 195) |
| HSL | hsl(219, 14%, 73%) |
| CMYK | cmyk(10%, 7%, 0%, 24%) |
| LAB | lab(73.9 0.1 -7.4) |
| LCH | lch(73.9 7.4 271.1) |
| OKLCH | oklch(0.775 0.020 263.0) |
Copy-ready code
/* CSS */
color: #afb6c3;
background-color: #afb6c3;
/* Tailwind (arbitrary) */
class="text-[#afb6c3] bg-[#afb6c3]"
/* SCSS */
$brand: #afb6c3;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.765)
/* Android */
Color.parseColor("#afb6c3")Accessibility — WCAG contrast
Aa
#afb6c3 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6c3 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta6.7%
Yellow0.0%
Key (black)23.5%
Color previews
#afb6c3 text on a black background
contrast 10.30:1
Card sample
#afb6c3 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6c3;
Background color
Panel with #afb6c3 background
background-color: #afb6c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6c3; background: linear-gradient(135deg, #afb6c3, #B5AFC3);