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