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