#afb2c3
a light, muted blue · warm · closest name: silver
RGB
175, 178, 195
HSL
231°, 14%, 73%
CMYK
10, 9, 0, 24
Luminance
0.4489
Every format
| HEX | #afb2c3 |
| RGB | rgb(175, 178, 195) |
| HSL | hsl(231, 14%, 73%) |
| CMYK | cmyk(10%, 9%, 0%, 24%) |
| LAB | lab(72.8 2.3 -9.0) |
| LCH | lch(72.8 9.3 284.4) |
| OKLCH | oklch(0.766 0.024 277.8) |
Copy-ready code
/* CSS */
color: #afb2c3;
background-color: #afb2c3;
/* Tailwind (arbitrary) */
class="text-[#afb2c3] bg-[#afb2c3]"
/* SCSS */
$brand: #afb2c3;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.765)
/* Android */
Color.parseColor("#afb2c3")Accessibility — WCAG contrast
Aa
#afb2c3 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2c3 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta8.7%
Yellow0.0%
Key (black)23.5%
Color previews
#afb2c3 text on a black background
contrast 9.98:1
Card sample
#afb2c3 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2c3;
Background color
Panel with #afb2c3 background
background-color: #afb2c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2c3; background: linear-gradient(135deg, #afb2c3, #B9AFC3);