#afac73
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 115
HSL
57°, 27%, 57%
CMYK
0, 2, 34, 31
Luminance
0.3986
Every format
| HEX | #afac73 |
| RGB | rgb(175, 172, 115) |
| HSL | hsl(57, 27%, 57%) |
| CMYK | cmyk(0%, 2%, 34%, 31%) |
| LAB | lab(69.4 -7.8 29.8) |
| LCH | lch(69.4 30.8 104.7) |
| OKLCH | oklch(0.733 0.076 105.6) |
Copy-ready code
/* CSS */
color: #afac73;
background-color: #afac73;
/* Tailwind (arbitrary) */
class="text-[#afac73] bg-[#afac73]"
/* SCSS */
$brand: #afac73;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#afac73")Accessibility — WCAG contrast
Aa
#afac73 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac73 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow34.3%
Key (black)31.4%
Color previews
#afac73 text on a black background
contrast 8.97:1
Card sample
#afac73 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac73;
Background color
Panel with #afac73 background
background-color: #afac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac73; background: linear-gradient(135deg, #afac73, #8AAF73);