#afacbc
a light, muted blue · warm · closest name: silver
RGB
175, 172, 188
HSL
251°, 11%, 71%
CMYK
7, 9, 0, 26
Luminance
0.4225
Every format
| HEX | #afacbc |
| RGB | rgb(175, 172, 188) |
| HSL | hsl(251, 11%, 71%) |
| CMYK | cmyk(7%, 9%, 0%, 26%) |
| LAB | lab(71.0 4.2 -7.8) |
| LCH | lch(71.0 8.8 298.1) |
| OKLCH | oklch(0.752 0.023 294.4) |
Copy-ready code
/* CSS */
color: #afacbc;
background-color: #afacbc;
/* Tailwind (arbitrary) */
class="text-[#afacbc] bg-[#afacbc]"
/* SCSS */
$brand: #afacbc;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#afacbc")Accessibility — WCAG contrast
Aa
#afacbc on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacbc on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta8.5%
Yellow0.0%
Key (black)26.3%
Color previews
#afacbc text on a black background
contrast 9.45:1
Card sample
#afacbc text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacbc;
Background color
Panel with #afacbc background
background-color: #afacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacbc; background: linear-gradient(135deg, #afacbc, #BAACBC);