#afbfc2
a light, muted cyan · cool · closest name: silver
RGB
175, 191, 194
HSL
190°, 14%, 72%
CMYK
10, 2, 0, 24
Luminance
0.5027
Every format
| HEX | #afbfc2 |
| RGB | rgb(175, 191, 194) |
| HSL | hsl(190, 14%, 72%) |
| CMYK | cmyk(10%, 2%, 0%, 24%) |
| LAB | lab(76.2 -4.9 -3.4) |
| LCH | lch(76.2 5.9 214.8) |
| OKLCH | oklch(0.793 0.018 210.2) |
Copy-ready code
/* CSS */
color: #afbfc2;
background-color: #afbfc2;
/* Tailwind (arbitrary) */
class="text-[#afbfc2] bg-[#afbfc2]"
/* SCSS */
$brand: #afbfc2;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#afbfc2")Accessibility — WCAG contrast
Aa
#afbfc2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfc2 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#afbfc2 text on a black background
contrast 11.05:1
Card sample
#afbfc2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfc2;
Background color
Panel with #afbfc2 background
background-color: #afbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfc2; background: linear-gradient(135deg, #afbfc2, #AFB2C2);