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