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