#afacba
a light, muted blue · warm · closest name: silver
RGB
175, 172, 186
HSL
253°, 9%, 70%
CMYK
6, 8, 0, 27
Luminance
0.4216
Every format
| HEX | #afacba |
| RGB | rgb(175, 172, 186) |
| HSL | hsl(253, 9%, 70%) |
| CMYK | cmyk(6%, 8%, 0%, 27%) |
| LAB | lab(71.0 3.8 -6.8) |
| LCH | lch(71.0 7.7 299.0) |
| OKLCH | oklch(0.751 0.020 295.7) |
Copy-ready code
/* CSS */
color: #afacba;
background-color: #afacba;
/* Tailwind (arbitrary) */
class="text-[#afacba] bg-[#afacba]"
/* SCSS */
$brand: #afacba;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#afacba")Accessibility — WCAG contrast
Aa
#afacba on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacba on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#afacba text on a black background
contrast 9.43:1
Card sample
#afacba text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacba;
Background color
Panel with #afacba background
background-color: #afacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacba; background: linear-gradient(135deg, #afacba, #B8ACBA);