#afab84
a balanced, soft yellow · cool · closest name: tan
RGB
175, 171, 132
HSL
54°, 21%, 60%
CMYK
0, 2, 25, 31
Luminance
0.3991
Every format
| HEX | #afab84 |
| RGB | rgb(175, 171, 132) |
| HSL | hsl(54, 21%, 60%) |
| CMYK | cmyk(0%, 2%, 25%, 31%) |
| LAB | lab(69.4 -5.0 20.7) |
| LCH | lch(69.4 21.3 103.6) |
| OKLCH | oklch(0.735 0.054 102.7) |
Copy-ready code
/* CSS */
color: #afab84;
background-color: #afab84;
/* Tailwind (arbitrary) */
class="text-[#afab84] bg-[#afab84]"
/* SCSS */
$brand: #afab84;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.518)
/* Android */
Color.parseColor("#afab84")Accessibility — WCAG contrast
Aa
#afab84 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab84 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow24.6%
Key (black)31.4%
Color previews
#afab84 text on a black background
contrast 8.98:1
Card sample
#afab84 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab84;
Background color
Panel with #afab84 background
background-color: #afab84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab84; background: linear-gradient(135deg, #afab84, #96AF84);