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