#afbf97
a light, soft green · cool · closest name: tan
RGB
175, 191, 151
HSL
84°, 24%, 67%
CMYK
8, 0, 21, 25
Luminance
0.4861
Every format
| HEX | #afbf97 |
| RGB | rgb(175, 191, 151) |
| HSL | hsl(84, 24%, 67%) |
| CMYK | cmyk(8%, 0%, 21%, 25%) |
| LAB | lab(75.2 -12.6 18.4) |
| LCH | lch(75.2 22.3 124.5) |
| OKLCH | oklch(0.782 0.058 125.4) |
Copy-ready code
/* CSS */
color: #afbf97;
background-color: #afbf97;
/* Tailwind (arbitrary) */
class="text-[#afbf97] bg-[#afbf97]"
/* SCSS */
$brand: #afbf97;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.592)
/* Android */
Color.parseColor("#afbf97")Accessibility — WCAG contrast
Aa
#afbf97 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf97 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue59.2%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow20.9%
Key (black)25.1%
Color previews
#afbf97 text on a black background
contrast 10.72:1
Card sample
#afbf97 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf97;
Background color
Panel with #afbf97 background
background-color: #afbf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf97; background: linear-gradient(135deg, #afbf97, #97BF9A);