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