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