#afbfac
a light, muted green · cool · closest name: silver
RGB
175, 191, 172
HSL
111°, 13%, 71%
CMYK
8, 0, 10, 25
Luminance
0.4935
Every format
| HEX | #afbfac |
| RGB | rgb(175, 191, 172) |
| HSL | hsl(111, 13%, 71%) |
| CMYK | cmyk(8%, 0%, 10%, 25%) |
| LAB | lab(75.7 -9.1 7.7) |
| LCH | lch(75.7 11.9 139.6) |
| OKLCH | oklch(0.787 0.032 140.7) |
Copy-ready code
/* CSS */
color: #afbfac;
background-color: #afbfac;
/* Tailwind (arbitrary) */
class="text-[#afbfac] bg-[#afbfac]"
/* SCSS */
$brand: #afbfac;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#afbfac")Accessibility — WCAG contrast
Aa
#afbfac on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfac on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#afbfac text on a black background
contrast 10.87:1
Card sample
#afbfac text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfac;
Background color
Panel with #afbfac background
background-color: #afbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfac; background: linear-gradient(135deg, #afbfac, #ACBFB6);