#afac70
a balanced, soft yellow · cool · closest name: tan
RGB
175, 172, 112
HSL
57°, 28%, 56%
CMYK
0, 2, 36, 31
Luminance
0.3979
Every format
| HEX | #afac70 |
| RGB | rgb(175, 172, 112) |
| HSL | hsl(57, 28%, 56%) |
| CMYK | cmyk(0%, 2%, 36%, 31%) |
| LAB | lab(69.3 -8.2 31.3) |
| LCH | lch(69.3 32.3 104.6) |
| OKLCH | oklch(0.733 0.080 105.8) |
Copy-ready code
/* CSS */
color: #afac70;
background-color: #afac70;
/* Tailwind (arbitrary) */
class="text-[#afac70] bg-[#afac70]"
/* SCSS */
$brand: #afac70;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.439)
/* Android */
Color.parseColor("#afac70")Accessibility — WCAG contrast
Aa
#afac70 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac70 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow36.0%
Key (black)31.4%
Color previews
#afac70 text on a black background
contrast 8.96:1
Card sample
#afac70 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac70;
Background color
Panel with #afac70 background
background-color: #afac70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac70; background: linear-gradient(135deg, #afac70, #88AF70);