#afbac5
a light, soft blue · cool · closest name: silver
RGB
175, 186, 197
HSL
210°, 16%, 73%
CMYK
11, 6, 0, 23
Luminance
0.4826
Every format
| HEX | #afbac5 |
| RGB | rgb(175, 186, 197) |
| HSL | hsl(210, 16%, 73%) |
| CMYK | cmyk(11%, 6%, 0%, 23%) |
| LAB | lab(75.0 -1.6 -6.8) |
| LCH | lch(75.0 7.0 256.9) |
| OKLCH | oklch(0.784 0.020 248.1) |
Copy-ready code
/* CSS */
color: #afbac5;
background-color: #afbac5;
/* Tailwind (arbitrary) */
class="text-[#afbac5] bg-[#afbac5]"
/* SCSS */
$brand: #afbac5;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.773)
/* Android */
Color.parseColor("#afbac5")Accessibility — WCAG contrast
Aa
#afbac5 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac5 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta5.6%
Yellow0.0%
Key (black)22.7%
Color previews
#afbac5 text on a black background
contrast 10.65:1
Card sample
#afbac5 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac5;
Background color
Panel with #afbac5 background
background-color: #afbac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac5; background: linear-gradient(135deg, #afbac5, #B3AFC5);