#afbf8d
a light, soft green · cool · closest name: tan
RGB
175, 191, 141
HSL
79°, 28%, 65%
CMYK
8, 0, 26, 25
Luminance
0.4830
Every format
| HEX | #afbf8d |
| RGB | rgb(175, 191, 141) |
| HSL | hsl(79, 28%, 65%) |
| CMYK | cmyk(8%, 0%, 26%, 25%) |
| LAB | lab(75.0 -14.2 23.5) |
| LCH | lch(75.0 27.4 121.1) |
| OKLCH | oklch(0.780 0.070 122.4) |
Copy-ready code
/* CSS */
color: #afbf8d;
background-color: #afbf8d;
/* Tailwind (arbitrary) */
class="text-[#afbf8d] bg-[#afbf8d]"
/* SCSS */
$brand: #afbf8d;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.553)
/* Android */
Color.parseColor("#afbf8d")Accessibility — WCAG contrast
Aa
#afbf8d on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf8d on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue55.3%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow26.2%
Key (black)25.1%
Color previews
#afbf8d text on a black background
contrast 10.66:1
Card sample
#afbf8d text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf8d;
Background color
Panel with #afbf8d background
background-color: #afbf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf8d; background: linear-gradient(135deg, #afbf8d, #8EBF8D);