#afbdc6
a light, soft blue · cool · closest name: silver
RGB
175, 189, 198
HSL
204°, 17%, 73%
CMYK
12, 5, 0, 22
Luminance
0.4959
Every format
| HEX | #afbdc6 |
| RGB | rgb(175, 189, 198) |
| HSL | hsl(204, 17%, 73%) |
| CMYK | cmyk(12%, 5%, 0%, 22%) |
| LAB | lab(75.8 -3.0 -6.2) |
| LCH | lch(75.8 6.9 244.1) |
| OKLCH | oklch(0.790 0.020 235.8) |
Copy-ready code
/* CSS */
color: #afbdc6;
background-color: #afbdc6;
/* Tailwind (arbitrary) */
class="text-[#afbdc6] bg-[#afbdc6]"
/* SCSS */
$brand: #afbdc6;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.776)
/* Android */
Color.parseColor("#afbdc6")Accessibility — WCAG contrast
Aa
#afbdc6 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc6 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta4.5%
Yellow0.0%
Key (black)22.4%
Color previews
#afbdc6 text on a black background
contrast 10.92:1
Card sample
#afbdc6 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc6;
Background color
Panel with #afbdc6 background
background-color: #afbdc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc6; background: linear-gradient(135deg, #afbdc6, #B0AFC6);