#afbac6
a light, soft blue · cool · closest name: silver
RGB
175, 186, 198
HSL
211°, 17%, 73%
CMYK
12, 6, 0, 22
Luminance
0.4831
Every format
| HEX | #afbac6 |
| RGB | rgb(175, 186, 198) |
| HSL | hsl(211, 17%, 73%) |
| CMYK | cmyk(12%, 6%, 0%, 22%) |
| LAB | lab(75.0 -1.4 -7.3) |
| LCH | lch(75.0 7.5 259.3) |
| OKLCH | oklch(0.784 0.021 250.4) |
Copy-ready code
/* CSS */
color: #afbac6;
background-color: #afbac6;
/* Tailwind (arbitrary) */
class="text-[#afbac6] bg-[#afbac6]"
/* SCSS */
$brand: #afbac6;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.776)
/* Android */
Color.parseColor("#afbac6")Accessibility — WCAG contrast
Aa
#afbac6 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac6 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta6.1%
Yellow0.0%
Key (black)22.4%
Color previews
#afbac6 text on a black background
contrast 10.66:1
Card sample
#afbac6 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac6;
Background color
Panel with #afbac6 background
background-color: #afbac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac6; background: linear-gradient(135deg, #afbac6, #B3AFC6);