#afbacf
a light, soft blue · cool · closest name: silver
RGB
175, 186, 207
HSL
219°, 25%, 75%
CMYK
16, 10, 0, 19
Luminance
0.4874
Every format
| HEX | #afbacf |
| RGB | rgb(175, 186, 207) |
| HSL | hsl(219, 25%, 75%) |
| CMYK | cmyk(16%, 10%, 0%, 19%) |
| LAB | lab(75.3 0.5 -11.8) |
| LCH | lch(75.3 11.9 272.4) |
| OKLCH | oklch(0.787 0.032 263.5) |
Copy-ready code
/* CSS */
color: #afbacf;
background-color: #afbacf;
/* Tailwind (arbitrary) */
class="text-[#afbacf] bg-[#afbacf]"
/* SCSS */
$brand: #afbacf;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#afbacf")Accessibility — WCAG contrast
Aa
#afbacf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbacf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#afbacf text on a black background
contrast 10.75:1
Card sample
#afbacf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbacf;
Background color
Panel with #afbacf background
background-color: #afbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbacf; background: linear-gradient(135deg, #afbacf, #B9AFCF);