#afab8c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 171, 140
HSL
53°, 18%, 62%
CMYK
0, 2, 20, 31
Luminance
0.4013
Every format
| HEX | #afab8c |
| RGB | rgb(175, 171, 140) |
| HSL | hsl(53, 18%, 62%) |
| CMYK | cmyk(0%, 2%, 20%, 31%) |
| LAB | lab(69.6 -3.8 16.5) |
| LCH | lch(69.6 16.9 103.0) |
| OKLCH | oklch(0.736 0.043 101.3) |
Copy-ready code
/* CSS */
color: #afab8c;
background-color: #afab8c;
/* Tailwind (arbitrary) */
class="text-[#afab8c] bg-[#afab8c]"
/* SCSS */
$brand: #afab8c;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.549)
/* Android */
Color.parseColor("#afab8c")Accessibility — WCAG contrast
Aa
#afab8c on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab8c on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow20.0%
Key (black)31.4%
Color previews
#afab8c text on a black background
contrast 9.03:1
Card sample
#afab8c text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab8c;
Background color
Panel with #afab8c background
background-color: #afab8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab8c; background: linear-gradient(135deg, #afab8c, #9CAF8C);