#afbac3
a light, muted blue · cool · closest name: silver
RGB
175, 186, 195
HSL
207°, 14%, 73%
CMYK
10, 5, 0, 24
Luminance
0.4817
Every format
| HEX | #afbac3 |
| RGB | rgb(175, 186, 195) |
| HSL | hsl(207, 14%, 73%) |
| CMYK | cmyk(10%, 5%, 0%, 24%) |
| LAB | lab(74.9 -2.0 -5.8) |
| LCH | lch(74.9 6.2 251.0) |
| OKLCH | oklch(0.783 0.018 242.5) |
Copy-ready code
/* CSS */
color: #afbac3;
background-color: #afbac3;
/* Tailwind (arbitrary) */
class="text-[#afbac3] bg-[#afbac3]"
/* SCSS */
$brand: #afbac3;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.765)
/* Android */
Color.parseColor("#afbac3")Accessibility — WCAG contrast
Aa
#afbac3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac3 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta4.6%
Yellow0.0%
Key (black)23.5%
Color previews
#afbac3 text on a black background
contrast 10.63:1
Card sample
#afbac3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac3;
Background color
Panel with #afbac3 background
background-color: #afbac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac3; background: linear-gradient(135deg, #afbac3, #B1AFC3);