#afbdc5
a light, soft blue · cool · closest name: silver
RGB
175, 189, 197
HSL
202°, 16%, 73%
CMYK
11, 4, 0, 23
Luminance
0.4954
Every format
| HEX | #afbdc5 |
| RGB | rgb(175, 189, 197) |
| HSL | hsl(202, 16%, 73%) |
| CMYK | cmyk(11%, 4%, 0%, 23%) |
| LAB | lab(75.8 -3.2 -5.7) |
| LCH | lch(75.8 6.5 240.6) |
| OKLCH | oklch(0.790 0.019 232.6) |
Copy-ready code
/* CSS */
color: #afbdc5;
background-color: #afbdc5;
/* Tailwind (arbitrary) */
class="text-[#afbdc5] bg-[#afbdc5]"
/* SCSS */
$brand: #afbdc5;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.773)
/* Android */
Color.parseColor("#afbdc5")Accessibility — WCAG contrast
Aa
#afbdc5 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdc5 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta4.1%
Yellow0.0%
Key (black)22.7%
Color previews
#afbdc5 text on a black background
contrast 10.91:1
Card sample
#afbdc5 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdc5;
Background color
Panel with #afbdc5 background
background-color: #afbdc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdc5; background: linear-gradient(135deg, #afbdc5, #B0AFC5);