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