#afbbab
a light, muted green · cool · closest name: silver
RGB
175, 187, 171
HSL
105°, 11%, 70%
CMYK
6, 0, 9, 27
Luminance
0.4759
Every format
| HEX | #afbbab |
| RGB | rgb(175, 187, 171) |
| HSL | hsl(105, 11%, 70%) |
| CMYK | cmyk(6%, 0%, 9%, 27%) |
| LAB | lab(74.6 -7.1 6.7) |
| LCH | lch(74.6 9.8 136.9) |
| OKLCH | oklch(0.778 0.026 137.8) |
Copy-ready code
/* CSS */
color: #afbbab;
background-color: #afbbab;
/* Tailwind (arbitrary) */
class="text-[#afbbab] bg-[#afbbab]"
/* SCSS */
$brand: #afbbab;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#afbbab")Accessibility — WCAG contrast
Aa
#afbbab on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbab on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue67.1%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow8.6%
Key (black)26.7%
Color previews
#afbbab text on a black background
contrast 10.52:1
Card sample
#afbbab text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbab;
Background color
Panel with #afbbab background
background-color: #afbbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbab; background: linear-gradient(135deg, #afbbab, #ABBBB2);