#afba9c
a light, soft green · cool · closest name: silver
RGB
175, 186, 156
HSL
82°, 18%, 67%
CMYK
6, 0, 16, 27
Luminance
0.4663
Every format
| HEX | #afba9c |
| RGB | rgb(175, 186, 156) |
| HSL | hsl(82, 18%, 67%) |
| CMYK | cmyk(6%, 0%, 16%, 27%) |
| LAB | lab(74.0 -9.2 13.9) |
| LCH | lch(74.0 16.7 123.5) |
| OKLCH | oklch(0.772 0.043 123.8) |
Copy-ready code
/* CSS */
color: #afba9c;
background-color: #afba9c;
/* Tailwind (arbitrary) */
class="text-[#afba9c] bg-[#afba9c]"
/* SCSS */
$brand: #afba9c;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.612)
/* Android */
Color.parseColor("#afba9c")Accessibility — WCAG contrast
Aa
#afba9c on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba9c on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue61.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow16.1%
Key (black)27.1%
Color previews
#afba9c text on a black background
contrast 10.33:1
Card sample
#afba9c text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba9c;
Background color
Panel with #afba9c background
background-color: #afba9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba9c; background: linear-gradient(135deg, #afba9c, #9CBA9D);