#afb97d
a balanced, soft green · cool · closest name: tan
RGB
175, 185, 125
HSL
70°, 30%, 61%
CMYK
5, 0, 32, 28
Luminance
0.4529
Every format
| HEX | #afb97d |
| RGB | rgb(175, 185, 125) |
| HSL | hsl(70, 30%, 61%) |
| CMYK | cmyk(5%, 0%, 32%, 28%) |
| LAB | lab(73.1 -13.3 29.4) |
| LCH | lch(73.1 32.2 114.4) |
| OKLCH | oklch(0.763 0.081 116.1) |
Copy-ready code
/* CSS */
color: #afb97d;
background-color: #afb97d;
/* Tailwind (arbitrary) */
class="text-[#afb97d] bg-[#afb97d]"
/* SCSS */
$brand: #afb97d;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.490)
/* Android */
Color.parseColor("#afb97d")Accessibility — WCAG contrast
Aa
#afb97d on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb97d on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue49.0%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow32.4%
Key (black)27.5%
Color previews
#afb97d text on a black background
contrast 10.06:1
Card sample
#afb97d text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb97d;
Background color
Panel with #afb97d background
background-color: #afb97d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb97d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb97d; background: linear-gradient(135deg, #afb97d, #87B97D);