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