#afac6c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 108
HSL
57°, 30%, 56%
CMYK
0, 2, 38, 31
Luminance
0.3970
Every format
| HEX | #afac6c |
| RGB | rgb(175, 172, 108) |
| HSL | hsl(57, 30%, 56%) |
| CMYK | cmyk(0%, 2%, 38%, 31%) |
| LAB | lab(69.3 -8.6 33.3) |
| LCH | lch(69.3 34.4 104.5) |
| OKLCH | oklch(0.732 0.085 106.0) |
Copy-ready code
/* CSS */
color: #afac6c;
background-color: #afac6c;
/* Tailwind (arbitrary) */
class="text-[#afac6c] bg-[#afac6c]"
/* SCSS */
$brand: #afac6c;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.424)
/* Android */
Color.parseColor("#afac6c")Accessibility — WCAG contrast
Aa
#afac6c on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac6c on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow38.3%
Key (black)31.4%
Color previews
#afac6c text on a black background
contrast 8.94:1
Card sample
#afac6c text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac6c;
Background color
Panel with #afac6c background
background-color: #afac6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac6c; background: linear-gradient(135deg, #afac6c, #85AF6C);