#afbac7
a light, soft blue · cool · closest name: silver
RGB
175, 186, 199
HSL
213°, 18%, 73%
CMYK
12, 7, 0, 22
Luminance
0.4836
Every format
| HEX | #afbac7 |
| RGB | rgb(175, 186, 199) |
| HSL | hsl(213, 18%, 73%) |
| CMYK | cmyk(12%, 7%, 0%, 22%) |
| LAB | lab(75.0 -1.2 -7.9) |
| LCH | lch(75.0 8.0 261.5) |
| OKLCH | oklch(0.784 0.022 252.5) |
Copy-ready code
/* CSS */
color: #afbac7;
background-color: #afbac7;
/* Tailwind (arbitrary) */
class="text-[#afbac7] bg-[#afbac7]"
/* SCSS */
$brand: #afbac7;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.780)
/* Android */
Color.parseColor("#afbac7")Accessibility — WCAG contrast
Aa
#afbac7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbac7 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta6.5%
Yellow0.0%
Key (black)22.0%
Color previews
#afbac7 text on a black background
contrast 10.67:1
Card sample
#afbac7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbac7;
Background color
Panel with #afbac7 background
background-color: #afbac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbac7; background: linear-gradient(135deg, #afbac7, #B4AFC7);