#afac86
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 134
HSL
56°, 20%, 61%
CMYK
0, 2, 23, 31
Luminance
0.4034
Every format
| HEX | #afac86 |
| RGB | rgb(175, 172, 134) |
| HSL | hsl(56, 20%, 61%) |
| CMYK | cmyk(0%, 2%, 23%, 31%) |
| LAB | lab(69.7 -5.2 20.0) |
| LCH | lch(69.7 20.7 104.7) |
| OKLCH | oklch(0.737 0.052 103.8) |
Copy-ready code
/* CSS */
color: #afac86;
background-color: #afac86;
/* Tailwind (arbitrary) */
class="text-[#afac86] bg-[#afac86]"
/* SCSS */
$brand: #afac86;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.525)
/* Android */
Color.parseColor("#afac86")Accessibility — WCAG contrast
Aa
#afac86 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac86 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow23.4%
Key (black)31.4%
Color previews
#afac86 text on a black background
contrast 9.07:1
Card sample
#afac86 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac86;
Background color
Panel with #afac86 background
background-color: #afac86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac86; background: linear-gradient(135deg, #afac86, #97AF86);