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