#afbdc7
a light, soft blue · cool · closest name: silver
RGB
175, 189, 199
HSL
205°, 18%, 73%
CMYK
12, 5, 0, 22
Luminance
0.4963
Every format
| HEX | #afbdc7 |
| RGB | rgb(175, 189, 199) |
| HSL | hsl(205, 18%, 73%) |
| CMYK | cmyk(12%, 5%, 0%, 22%) |
| LAB | lab(75.8 -2.8 -6.7) |
| LCH | lch(75.8 7.2 247.3) |
| OKLCH | oklch(0.791 0.021 238.7) |
Copy-ready code
/* CSS */
color: #afbdc7;
background-color: #afbdc7;
/* Tailwind (arbitrary) */
class="text-[#afbdc7] bg-[#afbdc7]"
/* SCSS */
$brand: #afbdc7;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.780)
/* Android */
Color.parseColor("#afbdc7")Accessibility — WCAG contrast
Aa
#afbdc7 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc7 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta5.0%
Yellow0.0%
Key (black)22.0%
Color previews
#afbdc7 text on a black background
contrast 10.93:1
Card sample
#afbdc7 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc7;
Background color
Panel with #afbdc7 background
background-color: #afbdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc7; background: linear-gradient(135deg, #afbdc7, #B1AFC7);