#afbcb8
a light, muted cyan · cool · closest name: silver
RGB
175, 188, 184
HSL
162°, 9%, 71%
CMYK
7, 0, 2, 26
Luminance
0.4854
Every format
| HEX | #afbcb8 |
| RGB | rgb(175, 188, 184) |
| HSL | hsl(162, 9%, 71%) |
| CMYK | cmyk(7%, 0%, 2%, 26%) |
| LAB | lab(75.2 -5.3 0.5) |
| LCH | lch(75.2 5.3 174.8) |
| OKLCH | oklch(0.784 0.015 175.6) |
Copy-ready code
/* CSS */
color: #afbcb8;
background-color: #afbcb8;
/* Tailwind (arbitrary) */
class="text-[#afbcb8] bg-[#afbcb8]"
/* SCSS */
$brand: #afbcb8;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.722)
/* Android */
Color.parseColor("#afbcb8")Accessibility — WCAG contrast
Aa
#afbcb8 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbcb8 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue72.2%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow2.1%
Key (black)26.3%
Color previews
#afbcb8 text on a black background
contrast 10.71:1
Card sample
#afbcb8 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbcb8;
Background color
Panel with #afbcb8 background
background-color: #afbcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbcb8; background: linear-gradient(135deg, #afbcb8, #AFB7BC);