#afbdac
a light, muted green · cool · closest name: silver
RGB
175, 189, 172
HSL
109°, 11%, 71%
CMYK
7, 0, 9, 26
Luminance
0.4849
Every format
| HEX | #afbdac |
| RGB | rgb(175, 189, 172) |
| HSL | hsl(109, 11%, 71%) |
| CMYK | cmyk(7%, 0%, 9%, 26%) |
| LAB | lab(75.1 -8.0 7.0) |
| LCH | lch(75.1 10.6 139.1) |
| OKLCH | oklch(0.783 0.028 140.2) |
Copy-ready code
/* CSS */
color: #afbdac;
background-color: #afbdac;
/* Tailwind (arbitrary) */
class="text-[#afbdac] bg-[#afbdac]"
/* SCSS */
$brand: #afbdac;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.675)
/* Android */
Color.parseColor("#afbdac")Accessibility — WCAG contrast
Aa
#afbdac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdac on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue67.5%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow9.0%
Key (black)25.9%
Color previews
#afbdac text on a black background
contrast 10.70:1
Card sample
#afbdac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdac;
Background color
Panel with #afbdac background
background-color: #afbdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdac; background: linear-gradient(135deg, #afbdac, #ACBDB4);