#afb0c6
a light, soft blue · warm · closest name: silver
RGB
175, 176, 198
HSL
237°, 17%, 73%
CMYK
12, 11, 0, 22
Luminance
0.4424
Every format
| HEX | #afb0c6 |
| RGB | rgb(175, 176, 198) |
| HSL | hsl(237, 17%, 73%) |
| CMYK | cmyk(12%, 11%, 0%, 22%) |
| LAB | lab(72.4 4.0 -11.3) |
| LCH | lch(72.4 12.0 289.6) |
| OKLCH | oklch(0.763 0.031 283.6) |
Copy-ready code
/* CSS */
color: #afb0c6;
background-color: #afb0c6;
/* Tailwind (arbitrary) */
class="text-[#afb0c6] bg-[#afb0c6]"
/* SCSS */
$brand: #afb0c6;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.776)
/* Android */
Color.parseColor("#afb0c6")Accessibility — WCAG contrast
Aa
#afb0c6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0c6 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta11.1%
Yellow0.0%
Key (black)22.4%
Color previews
#afb0c6 text on a black background
contrast 9.85:1
Card sample
#afb0c6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0c6;
Background color
Panel with #afb0c6 background
background-color: #afb0c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0c6; background: linear-gradient(135deg, #afb0c6, #BDAFC6);