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