#afbec3
a light, muted cyan · cool · closest name: silver
RGB
175, 190, 195
HSL
195°, 14%, 73%
CMYK
10, 3, 0, 24
Luminance
0.4988
Every format
| HEX | #afbec3 |
| RGB | rgb(175, 190, 195) |
| HSL | hsl(195, 14%, 73%) |
| CMYK | cmyk(10%, 3%, 0%, 24%) |
| LAB | lab(76.0 -4.1 -4.3) |
| LCH | lch(76.0 6.0 226.0) |
| OKLCH | oklch(0.791 0.018 219.7) |
Copy-ready code
/* CSS */
color: #afbec3;
background-color: #afbec3;
/* Tailwind (arbitrary) */
class="text-[#afbec3] bg-[#afbec3]"
/* SCSS */
$brand: #afbec3;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.765)
/* Android */
Color.parseColor("#afbec3")Accessibility — WCAG contrast
Aa
#afbec3 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbec3 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta2.6%
Yellow0.0%
Key (black)23.5%
Color previews
#afbec3 text on a black background
contrast 10.98:1
Card sample
#afbec3 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbec3;
Background color
Panel with #afbec3 background
background-color: #afbec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbec3; background: linear-gradient(135deg, #afbec3, #AFB1C3);