#afbf9c
a light, soft green · cool · closest name: tan
RGB
175, 191, 156
HSL
87°, 22%, 68%
CMYK
8, 0, 18, 25
Luminance
0.4878
Every format
| HEX | #afbf9c |
| RGB | rgb(175, 191, 156) |
| HSL | hsl(87, 22%, 68%) |
| CMYK | cmyk(8%, 0%, 18%, 25%) |
| LAB | lab(75.3 -11.8 15.8) |
| LCH | lch(75.3 19.8 126.7) |
| OKLCH | oklch(0.783 0.051 127.6) |
Copy-ready code
/* CSS */
color: #afbf9c;
background-color: #afbf9c;
/* Tailwind (arbitrary) */
class="text-[#afbf9c] bg-[#afbf9c]"
/* SCSS */
$brand: #afbf9c;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.612)
/* Android */
Color.parseColor("#afbf9c")Accessibility — WCAG contrast
Aa
#afbf9c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf9c on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue61.2%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow18.3%
Key (black)25.1%
Color previews
#afbf9c text on a black background
contrast 10.76:1
Card sample
#afbf9c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf9c;
Background color
Panel with #afbf9c background
background-color: #afbf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf9c; background: linear-gradient(135deg, #afbf9c, #9CBFA0);