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