#afb9ac
a light, muted green · cool · closest name: silver
RGB
175, 185, 172
HSL
106°, 9%, 70%
CMYK
5, 0, 7, 28
Luminance
0.4679
Every format
| HEX | #afb9ac |
| RGB | rgb(175, 185, 172) |
| HSL | hsl(106, 9%, 70%) |
| CMYK | cmyk(5%, 0%, 7%, 28%) |
| LAB | lab(74.1 -5.9 5.4) |
| LCH | lch(74.1 8.0 137.6) |
| OKLCH | oklch(0.774 0.021 138.4) |
Copy-ready code
/* CSS */
color: #afb9ac;
background-color: #afb9ac;
/* Tailwind (arbitrary) */
class="text-[#afb9ac] bg-[#afb9ac]"
/* SCSS */
$brand: #afb9ac;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.675)
/* Android */
Color.parseColor("#afb9ac")Accessibility — WCAG contrast
Aa
#afb9ac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9ac on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue67.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow7.0%
Key (black)27.5%
Color previews
#afb9ac text on a black background
contrast 10.36:1
Card sample
#afb9ac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9ac;
Background color
Panel with #afb9ac background
background-color: #afb9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9ac; background: linear-gradient(135deg, #afb9ac, #ACB9B2);