#afbaac
a light, muted green · cool · closest name: silver
RGB
175, 186, 172
HSL
107°, 9%, 70%
CMYK
6, 0, 8, 27
Luminance
0.4721
Every format
| HEX | #afbaac |
| RGB | rgb(175, 186, 172) |
| HSL | hsl(107, 9%, 70%) |
| CMYK | cmyk(6%, 0%, 8%, 27%) |
| LAB | lab(74.3 -6.4 5.8) |
| LCH | lch(74.3 8.7 138.1) |
| OKLCH | oklch(0.776 0.023 139.0) |
Copy-ready code
/* CSS */
color: #afbaac;
background-color: #afbaac;
/* Tailwind (arbitrary) */
class="text-[#afbaac] bg-[#afbaac]"
/* SCSS */
$brand: #afbaac;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#afbaac")Accessibility — WCAG contrast
Aa
#afbaac on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaac on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue67.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#afbaac text on a black background
contrast 10.44:1
Card sample
#afbaac text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaac;
Background color
Panel with #afbaac background
background-color: #afbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaac; background: linear-gradient(135deg, #afbaac, #ACBAB2);