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