#afbfcf
a light, soft blue · cool · closest name: silver
RGB
175, 191, 207
HSL
210°, 25%, 75%
CMYK
16, 8, 0, 19
Luminance
0.5088
Every format
| HEX | #afbfcf |
| RGB | rgb(175, 191, 207) |
| HSL | hsl(210, 25%, 75%) |
| CMYK | cmyk(16%, 8%, 0%, 19%) |
| LAB | lab(76.6 -2.2 -9.9) |
| LCH | lch(76.6 10.1 257.6) |
| OKLCH | oklch(0.797 0.029 248.2) |
Copy-ready code
/* CSS */
color: #afbfcf;
background-color: #afbfcf;
/* Tailwind (arbitrary) */
class="text-[#afbfcf] bg-[#afbfcf]"
/* SCSS */
$brand: #afbfcf;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#afbfcf")Accessibility — WCAG contrast
Aa
#afbfcf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfcf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#afbfcf text on a black background
contrast 11.18:1
Card sample
#afbfcf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfcf;
Background color
Panel with #afbfcf background
background-color: #afbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfcf; background: linear-gradient(135deg, #afbfcf, #B4AFCF);