#afab7d
a balanced, soft yellow · cool · closest name: tan
RGB
175, 171, 125
HSL
55°, 24%, 59%
CMYK
0, 2, 29, 31
Luminance
0.3972
Every format
| HEX | #afab7d |
| RGB | rgb(175, 171, 125) |
| HSL | hsl(55, 24%, 59%) |
| CMYK | cmyk(0%, 2%, 29%, 31%) |
| LAB | lab(69.3 -6.0 24.3) |
| LCH | lch(69.3 25.0 103.8) |
| OKLCH | oklch(0.733 0.063 103.6) |
Copy-ready code
/* CSS */
color: #afab7d;
background-color: #afab7d;
/* Tailwind (arbitrary) */
class="text-[#afab7d] bg-[#afab7d]"
/* SCSS */
$brand: #afab7d;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.490)
/* Android */
Color.parseColor("#afab7d")Accessibility — WCAG contrast
Aa
#afab7d on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab7d on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow28.6%
Key (black)31.4%
Color previews
#afab7d text on a black background
contrast 8.94:1
Card sample
#afab7d text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab7d;
Background color
Panel with #afab7d background
background-color: #afab7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab7d; background: linear-gradient(135deg, #afab7d, #92AF7D);