#afc3af
a light, muted green · cool · closest name: silver
RGB
175, 195, 175
HSL
120°, 14%, 73%
CMYK
10, 0, 10, 24
Luminance
0.5124
Every format
| HEX | #afc3af |
| RGB | rgb(175, 195, 175) |
| HSL | hsl(120, 14%, 73%) |
| CMYK | cmyk(10%, 0%, 10%, 24%) |
| LAB | lab(76.8 -10.6 7.8) |
| LCH | lch(76.8 13.1 143.8) |
| OKLCH | oklch(0.796 0.035 145.2) |
Copy-ready code
/* CSS */
color: #afc3af;
background-color: #afc3af;
/* Tailwind (arbitrary) */
class="text-[#afc3af] bg-[#afc3af]"
/* SCSS */
$brand: #afc3af;
/* SwiftUI */
Color(red: 0.686, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#afc3af")Accessibility — WCAG contrast
Aa
#afc3af on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc3af on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.5%
Blue68.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#afc3af text on a black background
contrast 11.25:1
Card sample
#afc3af text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc3af;
Background color
Panel with #afc3af background
background-color: #afc3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc3af; background: linear-gradient(135deg, #afc3af, #AFC3BC);