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