#afb3c6
a light, soft blue · warm · closest name: silver
RGB
175, 179, 198
HSL
230°, 17%, 73%
CMYK
12, 10, 0, 22
Luminance
0.4543
Every format
| HEX | #afb3c6 |
| RGB | rgb(175, 179, 198) |
| HSL | hsl(230, 17%, 73%) |
| CMYK | cmyk(12%, 10%, 0%, 22%) |
| LAB | lab(73.2 2.4 -10.1) |
| LCH | lch(73.2 10.4 283.3) |
| OKLCH | oklch(0.770 0.027 276.3) |
Copy-ready code
/* CSS */
color: #afb3c6;
background-color: #afb3c6;
/* Tailwind (arbitrary) */
class="text-[#afb3c6] bg-[#afb3c6]"
/* SCSS */
$brand: #afb3c6;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.776)
/* Android */
Color.parseColor("#afb3c6")Accessibility — WCAG contrast
Aa
#afb3c6 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3c6 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta9.6%
Yellow0.0%
Key (black)22.4%
Color previews
#afb3c6 text on a black background
contrast 10.09:1
Card sample
#afb3c6 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3c6;
Background color
Panel with #afb3c6 background
background-color: #afb3c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3c6; background: linear-gradient(135deg, #afb3c6, #BAAFC6);