#afbac4
a light, soft blue · cool · closest name: silver
RGB
175, 186, 196
HSL
209°, 15%, 73%
CMYK
11, 5, 0, 23
Luminance
0.4822
Every format
| HEX | #afbac4 |
| RGB | rgb(175, 186, 196) |
| HSL | hsl(209, 15%, 73%) |
| CMYK | cmyk(11%, 5%, 0%, 23%) |
| LAB | lab(75.0 -1.8 -6.3) |
| LCH | lch(75.0 6.6 254.2) |
| OKLCH | oklch(0.783 0.019 245.4) |
Copy-ready code
/* CSS */
color: #afbac4;
background-color: #afbac4;
/* Tailwind (arbitrary) */
class="text-[#afbac4] bg-[#afbac4]"
/* SCSS */
$brand: #afbac4;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.769)
/* Android */
Color.parseColor("#afbac4")Accessibility — WCAG contrast
Aa
#afbac4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac4 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta5.1%
Yellow0.0%
Key (black)23.1%
Color previews
#afbac4 text on a black background
contrast 10.64:1
Card sample
#afbac4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac4;
Background color
Panel with #afbac4 background
background-color: #afbac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac4; background: linear-gradient(135deg, #afbac4, #B2AFC4);