#afb6a7
a light, muted green · cool · closest name: silver
RGB
175, 182, 167
HSL
88°, 9%, 68%
CMYK
4, 0, 8, 29
Luminance
0.4536
Every format
| HEX | #afb6a7 |
| RGB | rgb(175, 182, 167) |
| HSL | hsl(88, 9%, 68%) |
| CMYK | cmyk(4%, 0%, 8%, 29%) |
| LAB | lab(73.1 -5.2 6.8) |
| LCH | lch(73.1 8.6 127.6) |
| OKLCH | oklch(0.766 0.022 127.5) |
Copy-ready code
/* CSS */
color: #afb6a7;
background-color: #afb6a7;
/* Tailwind (arbitrary) */
class="text-[#afb6a7] bg-[#afb6a7]"
/* SCSS */
$brand: #afb6a7;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.655)
/* Android */
Color.parseColor("#afb6a7")Accessibility — WCAG contrast
Aa
#afb6a7 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6a7 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue65.5%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow8.2%
Key (black)28.6%
Color previews
#afb6a7 text on a black background
contrast 10.07:1
Card sample
#afb6a7 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6a7;
Background color
Panel with #afb6a7 background
background-color: #afb6a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6a7; background: linear-gradient(135deg, #afb6a7, #A7B6A9);